diff --git a/.github/workflows/issue-lock.yml b/.github/workflows/issue-lock.yml index ca87ac5611..534b4aee3a 100644 --- a/.github/workflows/issue-lock.yml +++ b/.github/workflows/issue-lock.yml @@ -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`.