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

Commit

Permalink
Create issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Aug 5, 2021
1 parent a6a3e89 commit a8c93a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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) or [Dreamland](https://github.com/canyie/Dreamland) instead.

0 comments on commit a8c93a1

Please sign in to comment.