Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
05697372
Commit
05697372
authored
Dec 26, 2021
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove issues action
Handled by external MagiskBot
parent
0c1f6881
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
issues.yml
.github/workflows/issues.yml
+0
-26
No files found.
.github/workflows/issues.yml
deleted
100644 → 0
View file @
0c1f6881
name
:
Check Issues
on
:
issues
:
types
:
[
opened
]
jobs
:
check
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out
uses
:
actions/checkout@v2
-
name
:
Read latest version code
run
:
|
ver=$(sed -n 's/^magisk.versionCode=//p' gradle.properties)
echo MAGISK_VERSION_CODE=$ver >> $GITHUB_ENV
-
if
:
contains(github.event.issue.body, format('Magisk version code{0} ', ':')) !=
true
id
:
close
name
:
Close Issue(template)
uses
:
peter-evans/close-issue@v1
with
:
comment
:
This issue is being automatically closed because it does not follow the issue template.
-
if
:
steps.close.conclusion == 'skipped' && contains(github.event.issue.body, format('Magisk version code{0} {1}', ':', env.MAGISK_VERSION_CODE)) !=
true
name
:
Close Issue(latest canary)
uses
:
peter-evans/close-issue@v1
with
:
comment
:
This issue is being automatically closed because latest canary Magisk version code is ${{ env.MAGISK_VERSION_CODE }}.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment