From 90a4dd36049a4538dd51174094995cb919edcf96 Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:42:18 +0530 Subject: [PATCH] disable issue-lock.yml Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- .github/workflows/issue-lock.yml | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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`.