Skip to content

Commit e61aa44

Browse files
authored
Fixing warn_release.yml. (#2462)
1 parent ca994df commit e61aa44

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/warn_release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
on:
22
workflow_call: # So it can be used by our other repos
33
pull_request: # And also be used for itself
4-
branches: ['release*']
4+
branches: ['release/**']
55
workflow_dispatch: # manual trigger via GitHub UI
66

77
jobs:
88
warn-release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
pull-requests: write
1012
steps:
1113
- uses: actions/github-script@v7
1214
with:
@@ -22,5 +24,5 @@ jobs:
2224
- [ ] A response to a customer ask
2325
- [ ] A change per our security policy
2426
- [ ] A non-functional change (i.e. changes needed for building an older version)
25-
- [ ] A change that has been granted an exception (please comment)
27+
- [ ] A change that has been granted an exception (please comment)`
2628
})

0 commit comments

Comments
 (0)