Skip to content

Commit 6d06d51

Browse files
GeorgeSapkinAnsuel
authored andcommitted
formal-this-repo: post results to the PR
Fix local formality check permissions that are needed to post optional summaries back to the PR. Fixes: 1079ad9 ("formal: post summary to the PR") Signed-off-by: George Sapkin <george@sapk.in>
1 parent 2c4cc36 commit 6d06d51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/formal-this-repo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ on:
55

66
permissions:
77
contents: read
8+
pull-requests: write
89

910
jobs:
1011
build:
1112
name: Test Formalities
1213
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
14+
with:
15+
post_comment: true

0 commit comments

Comments
 (0)