Skip to content

Commit 52e5d5c

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> Signed-off-by: Simon ELBAZ <elbazsimon9@gmail.com>
1 parent 67b33db commit 52e5d5c

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)