Skip to content

Commit 45b34a8

Browse files
committed
ci: update issue helper
1 parent 7c01b78 commit 45b34a8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/issue-lock.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Lock Issue
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
lock-issue:
9+
runs-on: ubuntu-latest
10+
if: github.event.label.name == 'invalid'
11+
steps:
12+
- name: Lock issue
13+
uses: actions-cool/issues-helper@v1
14+
with:
15+
actions: 'lock-issue'
16+
issue-number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)