Skip to content

Number of extensions that need an update is cut off on the nav bar #124

Number of extensions that need an update is cut off on the nav bar

Number of extensions that need an update is cut off on the nav bar #124

Workflow file for this run

name: Issue moderator
on:
issues:
types: [opened, edited, reopened]
issue_comment:
types: [created]
jobs:
moderate:
runs-on: ubuntu-latest
steps:
- name: Moderate issues
uses: tachiyomiorg/issue-moderator-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
duplicate-label: Duplicate
auto-close-rules: |
[
{
"type": "body",
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",
"message": "The acknowledgment section was not removed."
},
{
"type": "body",
"regex": ".*\\* (Animiru version|Android version|Device): \\?.*",
"message": "Requested information in the template was not filled out."
}
]
auto-close-ignore-label: do-not-autoclose