🤖 ci: add github action to auto triage issues (#234)
This commit is contained in:
parent
658505cea1
commit
e7bbd7004f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/issue-lock-unlock.yml
vendored
Normal file
16
.github/workflows/issue-lock-unlock.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: "lock/unlock issue"
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: labeled
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
action:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: dessant/label-actions@v3
|
||||||
|
with:
|
||||||
|
process-only: issues
|
Loading…
Add table
Reference in a new issue