From b6d623b57e263efb88dcd0babb0119dc308430e3 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Thu, 3 Jun 2021 18:20:15 +0530 Subject: [PATCH] Update defaultLabels.yml --- .github/workflows/defaultLabels.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/defaultLabels.yml b/.github/workflows/defaultLabels.yml index 74d39a57..37331b8a 100644 --- a/.github/workflows/defaultLabels.yml +++ b/.github/workflows/defaultLabels.yml @@ -13,15 +13,6 @@ 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: Setting issue as idle