Skip to content

Commit 18931d3

Browse files
authored
Give the license header check GitHub Action permissions to write to issues and pull requests. The check is running fine, but the comments are failing to actually post. (#6438)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent e1483c7 commit 18931d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/license-header-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
pull_request:
1717
types: [opened, synchronize, reopened]
1818

19+
permissions:
20+
issues: write
21+
pull-requests: write
22+
1923
jobs:
2024
license-header-check:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)