mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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>
18 lines
324 B
YAML
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
|