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