update quality_profiles
to assign_scores_to
for sqp-1-1080p.yml
…
#31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Discord Notification | |
on: | |
# includes PR merges as well as pushes without a PR | |
push: | |
branches: | |
- master | |
jobs: | |
check_dates: | |
name: Discord Notification | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: Discord Commits | |
uses: recyclarr/discord-commits@v2 | |
with: | |
webhook: ${{ secrets.DISCORD_WEBHOOK }} | |
template: simple-link | |
commit-filters: | | |
^feat: | |
^fix: |