We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3e060 commit 4f0424dCopy full SHA for 4f0424d
.github/workflows/trigger-breaking-change-alert.yaml
@@ -12,7 +12,7 @@ jobs:
12
trigger-notifier:
13
if: contains(github.event.pull_request.labels.*.name, 'breaking')
14
secrets: inherit
15
- uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-24.12
+ uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.02
16
with:
17
sender_login: ${{ github.event.sender.login }}
18
sender_avatar: ${{ github.event.sender.avatar_url }}
0 commit comments