Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit a8c93a1

Browse files
committed
Create issue.yml
1 parent a6a3e89 commit a8c93a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/issue.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check Issues
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
jobs:
7+
check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- if: contains(github.event.issue.body, 'edxposed') == true || contains(github.event.issue.title, 'edxposed') == true
11+
id: close
12+
uses: peter-evans/close-issue@v1
13+
with:
14+
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) or [Dreamland](https://github.com/canyie/Dreamland) instead.

0 commit comments

Comments
 (0)