Skip to content

Commit 1a20a7a

Browse files
committed
formal: post summaries to PR
Fix formality permissions. Post formality check summaries to a PR. Signed-off-by: George Sapkin <[email protected]>
1 parent 38f555c commit 1a20a7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/formal.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on:
44
pull_request:
55

66
permissions:
7-
contents: read
7+
pull-requests: write
88

99
jobs:
1010
formalities:
1111
name: Test Formalities
1212
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
13+
with:
14+
exclude_weblate: true
15+
post_comment: true

0 commit comments

Comments
 (0)