Skip to content

Commit 7cb16a6

Browse files
Merge pull request #2909 from Killer2OP/master-2
[ADDED]: Lock new Issues workflow
2 parents bb10d94 + e3e6c82 commit 7cb16a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/lock.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Lock new issues
2+
on:
3+
issues:
4+
types: opened
5+
permissions:
6+
issues: write
7+
jobs:
8+
action:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Lock issues
12+
uses: dessant/repo-lockdown@v3
13+
with:
14+
close-issue: false
15+
exclude-issue-labels: gssoc23.
16+
process-only: issues
17+
skip-closed-issue-comment: true
18+
issue-comment: >
19+
To reduce notifications, issues are locked. Your issue will be
20+
unlocked when we add the label `gssoc23`. If you're participating in
21+
GSSoC'23, please add the `gssoc23` label to your issue.

0 commit comments

Comments
 (0)