From fcc27d5c71802c99277e2b21c6b1a2c768cbf277 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 16 Jan 2022 15:33:57 +0000 Subject: [PATCH] Revert "sync: master to devel (#2074)" This reverts commit de836ecc772263876b86cd1369e78e640f822d0e. --- .github/workflows/stale.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 86517934..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Mark stale issues - -on: - schedule: - - cron: '0 * * * *' - workflow_dispatch: - -jobs: - stale: - - runs-on: ubuntu-latest - permissions: - issues: write - - steps: - - uses: actions/stale@v4 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 30 - days-before-close: 5 - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.' - stale-issue-label: 'Submitter Attention Required' - exempt-issue-labels: 'pinned, Fixed In Next Release, Bug' - exempt-all-issue-assignees: true - operations-per-run: 300