Files
luci/.github/workflows/formal.yml
George Sapkin a0531c7822 formal: post formality check comments to PRs
Enable posting formality check comments and warn if 'Allow edits and
access to secrets by maintainers' is not checked.

Signed-off-by: George Sapkin <george@sapk.in>
2025-12-15 21:40:40 +01:00

18 lines
324 B
YAML

name: Test Formalities
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
formalities:
name: Test Formalities
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
with:
exclude_weblate: true
post_comment: true
warn_on_no_modify: true