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 059e304 commit 810854bCopy full SHA for 810854b
.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 # Do not use a specific version to always get the latest updates
+ 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