From b2c60135f5b49b77d159af43a0f499603bcb5d5d Mon Sep 17 00:00:00 2001 From: Nacho Date: Wed, 25 Sep 2019 10:52:30 -0400 Subject: [PATCH] Deleted github action for stale --- .github/workflows/stale.yml | 21 --------------------- 1 file changed, 21 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 137e8056e..000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Mark stale issues and pull requests - -on: - schedule: - - cron: "0 * * * *" - -jobs: - stale: - - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.' - stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.' - exempt-issue-label: 'Area: Security' - stale-issue-label: 'Status: Wontfix' - stale-pr-label: 'Status: Wontfix' - days-before-stale: 60 - days-before-close: 14