Skip to content

Commit

Permalink
Merge pull request #19516 from ZehMatt/fix-stale-workflow
Browse files Browse the repository at this point in the history
Ensure the stale action has no defaults
  • Loading branch information
ZehMatt committed Feb 28, 2023
2 parents 291a778 + acbb06f commit 4f361bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale-backtrace-issues.yml
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
days-before-issue-stale: 60
days-before-issue-close: 1
days-before-pr-stale: -1
days-before-pr-close: -1
only-issue-labels: 'backtrace.io'
stale-issue-label: 'stale-backtrace'
stale-issue-message: 'This issue is stale and will be closed tomorrow if no action is taken. To keep it open, leave a comment or remove the `stale-backtrace` label.'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale-prs.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/stale@v7
with:
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: 'stale-pr'
Expand Down

0 comments on commit 4f361bf

Please sign in to comment.