Skip to content

Commit

Permalink
Fixing syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbriggs authored Aug 16, 2019
1 parent 3fd284a commit 99d8a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Labeling this issue as stale. There has been no activity for 30 days. Remove stale label or comment or this issue will be closed in 7 days.'
stale-pr-message: 'Labeling this pull request as stale. There has been no activity for 30 days. Remove stale label or comment or this PR will be closed in 7 days.
stale-pr-message: 'Labeling this pull request as stale. There has been no activity for 30 days. Remove stale label or comment or this PR will be closed in 7 days.'
stale-issue-label: 'no-activity'
stale-pr-label: 'no-activity'
days-before-stale: 30
Expand Down

0 comments on commit 99d8a9e

Please sign in to comment.