mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
🤖 ci: add github action to auto triage issues (#234)
This commit is contained in:
parent
658505cea1
commit
e7bbd7004f
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…
Reference in New Issue
Block a user