We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb10d94 + e3e6c82 commit 7cb16a6Copy full SHA for 7cb16a6
.github/workflows/lock.yml
@@ -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