From 5a404ce1adf227c2a00ca227a41be1de880334b3 Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:46:57 +0530 Subject: [PATCH] disable issue-lock.yml (#1498) 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 ca87ac561..534b4aee3 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`.