forked from RikkaApps/Riru
-
Notifications
You must be signed in to change notification settings - Fork 0
19 lines (18 loc) · 906 Bytes
/
issue.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Check Issues
on:
issues:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- if: contains(github.event.issue.body, 'edxposed') == true || contains(github.event.issue.title, 'edxposed') == true
id: close
uses: peter-evans/close-issue@v1
with:
comment: Automatically closing this issue since it may be EdXposed relative. EdXposed is out of maintenance. If you want to use Xposed Framework, use the original Xposed, [LSPosed](https://lsposed.org), [Taichi](https://taichi.cool) or [Dreamland](https://github.com/canyie/Dreamland) instead.
- if: contains(github.event.issue.body, 'exposed') == true || contains(github.event.issue.title, 'exposed') == true
id: close2
uses: peter-evans/close-issue@v1
with:
comment: Automatically closing this issue since Exposed (aka Taichi) does not require Riru.