Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Nov 14, 2022
1 parent 09d8e39 commit af0091d
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@ on:
schedule:
- cron: '0 1 * * *'

workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is marked stale because it has no activity in the last 3 weeks. The issue will be closed in one week. Please remove the stale flag to keep it open.'
close-issue-message: 'This issue was closed due to no activity.'
days-before-issue-stale: 21
days-before-issue-close: 7
stale-issue-label: 'stale'
days-before-pr-stale: -1
days-before-pr-close: -1
uses: configcat/.github/.github/workflows/stale.yml@master
secrets: inherit

0 comments on commit af0091d

Please sign in to comment.