Skip to content

Commit 8f98d4e

Browse files
authored
Merge branch 'master' into release/2.52.0
2 parents 4b6ddca + 810854b commit 8f98d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-pr-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'DefectDojo/django-DefectDojo' # Notify only in core repo, not in forks - it would just fail in fork
1212
steps:
1313
- name: Notify reviewers in Slack
14-
uses: DefectDojo-Inc/notify-pr-reviewers-action@be26734e06338b41be6e70ce96027a51aa9ba9c6 # master
14+
uses: DefectDojo-Inc/notify-pr-reviewers-action@master # Do not use a specific version to always get the latest updates
1515
with:
1616
owner: "DefectDojo"
1717
repository: "django-DefectDojo"

0 commit comments

Comments
 (0)