Add PR build check action
This commit is contained in:
3
.github/workflows/issue_closer.yml
vendored
3
.github/workflows/issue_closer.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Issue closer
|
||||
on: [issues]
|
||||
|
||||
jobs:
|
||||
autoclose:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -31,4 +32,4 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
type: body
|
||||
regex: ".*\\* (Tachiyomi version|Android version|Device): \\?.*"
|
||||
message: "@${issue.user.login} this issue was automatically closed because the requested information was not filled out."
|
||||
message: "@${issue.user.login} this issue was automatically closed because the requested information was not filled out."
|
||||
|
||||
Reference in New Issue
Block a user