Skip to content

Commit

Permalink
Merge pull request #1010 from 0xabdulkhalid/closes-issue-978
Browse files Browse the repository at this point in the history
feat: implement issue lockdown feature to reduce unwanted notifications πŸ”βœ¨
  • Loading branch information
panwar8279 authored Aug 9, 2023
2 parents 46f40f5 + fe627dd commit 0b05317
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/lock-newly-opened-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Lock Issues"

on:
issues:
types: opened

permissions:
issues: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v3
with:
close-issue: false
process-only: "issues"
issue-labels: "πŸ”’ locked"
exclude-issue-labels: "gssoc23"
skip-closed-issue-comment: true
issue-comment: >
To reduce unwanted notifications your issue is locked. Your issue will be unlocked when we add the label, `gssoc23`.

0 comments on commit 0b05317

Please sign in to comment.