MagiskOnWSALocal/.github/workflows/pull_request_check.yml
2022-09-25 12:30:41 +08:00

26 lines
624 B
YAML

name: Pull Request checker
on:
pull_request:
types: [opened, edited]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Check Pull Request
uses: tachiyomiorg/issue-moderator-action@v1
with:
auto-close-rules: |
[
{
"type": "body",
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",
"message": "The acknowledgment section was not removed."
}
]
auto-close-ignore-label: |
do-not-autoclose
bug
enhancement