Skip to content

Commit 1156b07

Browse files
dlvenablesimonelbaz
authored andcommitted
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. (opensearch-project#6438)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent c4a22fb commit 1156b07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)