From bbbe7da52a118872d3f8573fc6a296ecdcfb614f Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Thu, 3 Jun 2021 17:18:30 +0530 Subject: [PATCH] Update defaultLabels.yml --- .github/workflows/defaultLabels.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/defaultLabels.yml b/.github/workflows/defaultLabels.yml index 54e29430..74d39a57 100644 --- a/.github/workflows/defaultLabels.yml +++ b/.github/workflows/defaultLabels.yml @@ -13,15 +13,15 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/stale@v3 - name: Default issue label as need-to-triage - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is marked need-to-triage for generating issues report.' - stale-issue-label: 'need-to-triage' - days-before-stale: 0 - days-before-close: -1 - operations-per-run: 100 +# - uses: actions/stale@v3 +# name: Default issue label as need-to-triage +# with: +# repo-token: ${{ secrets.GITHUB_TOKEN }} +# stale-issue-message: 'This issue is marked need-to-triage for generating issues report.' +# stale-issue-label: 'need-to-triage' +# days-before-stale: 0 +# days-before-close: -1 +# operations-per-run: 100 - uses: actions/stale@v3 name: Setting issue as idle