Disable this action

This commit is contained in:
Michael Boelen
2021-07-22 11:09:34 +02:00
committed by GitHub
parent 923f60d420
commit 18350de23d

View File

@@ -1,21 +0,0 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 14
days-before-close: 90