forked from avinashkranjan/Amazing-Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
21 lines (21 loc) · 694 Bytes
/
lock.yml
File metadata and controls
21 lines (21 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Lock new issues
on:
issues:
types: opened
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: Lock issues
uses: dessant/repo-lockdown@v3
with:
close-issue: false
exclude-issue-labels: gssoc23.
process-only: issues
skip-closed-issue-comment: true
issue-comment: >
To reduce notifications, issues are locked. Your issue will be
unlocked when we add the label `gssoc23`. If you're participating in
GSSoC'23, please add the `gssoc23` label to your issue.