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.
1 parent 5379541 commit cc2b9f4Copy full SHA for cc2b9f4
.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 # Do not use a specific version to always get the latest updates
15
with:
16
owner: "DefectDojo"
17
repository: "django-DefectDojo"
0 commit comments