Skip to content

Commit

Permalink
Merge pull request #419 from doitintl/fix/stale
Browse files Browse the repository at this point in the history
fix(statle): Remove duplicated lines from pre-commit
  • Loading branch information
dark0dave authored Dec 9, 2022
2 parents 3b9a1b9 + db93a1f commit 2bc7a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
exempt-issue-labels: 'awaiting-approval,work-in-progress'
close-issue-message: 'This Issue was closed because it has been stalled for 30 days with no activity.'
stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'
exempt-issue-labels: 'awaiting-approval,work-in-progress'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
close-pr-message: 'This PR was closed because it has been stalled for 45 days with no activity.'
exempt-issue-labels: 'awaiting-approval,work-in-progress'
stale-pr-label: 'stale'
days-before-issue-stale: 30
days-before-pr-stale: 45
Expand Down

0 comments on commit 2bc7a00

Please sign in to comment.