Skip to content

Commit

Permalink
disable issue-lock.yml (#1498)
Browse files Browse the repository at this point in the history
Signed-off-by: Priyankar Pal  <[email protected]>
  • Loading branch information
priyankarpal committed Jun 12, 2024
1 parent 0d0093e commit 5a404ce
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/issue-lock.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: 'Lock new issues'
# name: 'Lock new issues'

on:
issues:
types: opened
# on:
# issues:
# types: opened

permissions:
issues: write
# permissions:
# issues: write

jobs:
action:
runs-on: ubuntu-latest
if: github.repository == 'reactplay/react-play'
steps:
- uses: dessant/repo-lockdown@v4
with:
close-issue: false
exclude-issue-labels: '🏁 status: ready for dev'
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 `🏁 status: ready for dev`.
# jobs:
# action:
# runs-on: ubuntu-latest
# if: github.repository == 'reactplay/react-play'
# steps:
# - uses: dessant/repo-lockdown@v4
# with:
# close-issue: false
# exclude-issue-labels: '🏁 status: ready for dev'
# 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 `🏁 status: ready for dev`.

0 comments on commit 5a404ce

Please sign in to comment.