Skip to content

Commit

Permalink
updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco committed Aug 11, 2020
1 parent 3156130 commit 6b21096
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
@@ -1,4 +1,4 @@
name: Mark stale issues and pull requests
name: Mark issues and pull requests pending feedback as stale, then close

on:
schedule:
Expand All @@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v3.0.9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not been updated for a while: marking it as stale.'
stale-pr-message: 'This PR has not been received attention for a while: marking it as stale.'
stale-issue-message: 'This issue has not been updated for a while: marking it as stale. It will be closed in seven (7) days if not updated.'
close-issue-message: 'Closing this issue for inactivity'
stale-pr-message: 'This PR has not been received attention for a while: marking it as stale. It will be closed in seven (7) days if not updated.'
close-pr-message: 'Closing this PR for inactivity.'
stale-issue-label: 'Stale'
stale-pr-label: 'Stale'
days-before-stale: 60
Expand Down

0 comments on commit 6b21096

Please sign in to comment.