|
@@ -1,5 +1,6 @@
|
|
name: Issue closer
|
|
name: Issue closer
|
|
on: [issues]
|
|
on: [issues]
|
|
|
|
+
|
|
jobs:
|
|
jobs:
|
|
autoclose:
|
|
autoclose:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -31,4 +32,4 @@ jobs:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
type: body
|
|
type: body
|
|
regex: ".*\\* (Tachiyomi version|Android version|Device): \\?.*"
|
|
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."
|