mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Create lock-closed-issues.yml
This commit is contained in:
parent
ed9f9b511b
commit
d6be1056e4
1 changed files with 13 additions and 0 deletions
13
.github/workflows/lock-closed-issues.yml
vendored
Normal file
13
.github/workflows/lock-closed-issues.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Lock closed issue
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: OSDKDev/lock-issues@v1
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Add table
Reference in a new issue