We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b6ddca + 810854b commit 8f98d4eCopy full SHA for 8f98d4e
.github/workflows/slack-pr-reminder.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.repository == 'DefectDojo/django-DefectDojo' # Notify only in core repo, not in forks - it would just fail in fork
12
steps:
13
- name: Notify reviewers in Slack
14
- uses: DefectDojo-Inc/notify-pr-reviewers-action@be26734e06338b41be6e70ce96027a51aa9ba9c6 # master
+ uses: DefectDojo-Inc/notify-pr-reviewers-action@master # Do not use a specific version to always get the latest updates
15
with:
16
owner: "DefectDojo"
17
repository: "django-DefectDojo"
0 commit comments