Skip to content

Commit

Permalink
Merge pull request #47 from metcalfc/metcalfc-patch-2
Browse files Browse the repository at this point in the history
Fix yaml
  • Loading branch information
metcalfc committed Dec 28, 2020
2 parents 1ba0afd + 227b135 commit f16b564
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stale.yml
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Close Stale Issues
uses: actions/stale@v3.0.14
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue hasn't had any activity in 30 days. Marking it stale. It will be closed in 14 days."
stale-pr-message: "This PR hasn't had any activity in 30 days. Marking it stale. It will be closed in 14 days."
close-issue-message: "This issue hasn't had any activity in 44 days. Closing it."
close-pr-message: "This PR hasn't had any activity in 44 days. Closing it."
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not had any activity in 30 days. Marking it stale. It will be closed in 14 days.'
stale-pr-message: 'This PR has not had any activity in 30 days. Marking it stale. It will be closed in 14 days.'
close-issue-message: 'This issue has not had any activity in 44 days. Closing it.'
close-pr-message: 'This PR has not had any activity in 44 days. Closing it.'
days-before-stale: 30
days-before-close: 14
stale-issue-label: 'stale-issue'
Expand Down

0 comments on commit f16b564

Please sign in to comment.