Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
e7bbd70
1
Parent(s):
658505c
π€ ci: add github action to auto triage issues (#234)
Browse files
.github/workflows/issue-lock-unlock.yml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: "lock/unlock issue"
|
2 |
+
|
3 |
+
on:
|
4 |
+
issues:
|
5 |
+
types: labeled
|
6 |
+
|
7 |
+
permissions:
|
8 |
+
issues: write
|
9 |
+
|
10 |
+
jobs:
|
11 |
+
action:
|
12 |
+
runs-on: ubuntu-latest
|
13 |
+
steps:
|
14 |
+
- uses: dessant/label-actions@v3
|
15 |
+
with:
|
16 |
+
process-only: issues
|