Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 5fdbbfa

Browse files
Fix permission for writing comments from check-schema-upgrade workflow
Signed-off-by: Philippe Noël <[email protected]>
1 parent 4be7202 commit 5fdbbfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-pg_analytics-schema-upgrade.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
# Required to post a comment to the PR
2121
permissions:
2222
pull-requests: write
23+
issues: write
2324

2425
concurrency:
2526
group: check-pg_analytics-schema-upgrade-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)