From b5b6db5a6e5f4a105b80b675bfa837215f88982b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 9 Nov 2020 11:44:43 +0100 Subject: [PATCH] Disable debug mode on stale GitHub Action (#15577) --- .github/workflows/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e1933678e1f..b666efdd068 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,6 @@ jobs: - uses: actions/stale@v3.0.13 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - debug-only: true days-before-stale: 60 days-before-close: 7 operations-per-run: 30 @@ -25,7 +24,7 @@ jobs: If this issue is still relevant, please let us know by leaving a comment 👍 - This issue now has been marked as stale and will be closed if no further + This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions. stale-pr-label: "stale" exempt-pr-labels: "has-parent"