Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Frances Coronel <[email protected]>
  • Loading branch information
FrancesCoronel authored Aug 24, 2023
1 parent 81c6ee7 commit 065623c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
stale-issue-message: 'This issue is now stale since there have not been any new conversations within the last three months. This PR will automatically close in one week.'
stale-pr-message: 'This PR is now stale since there have not been any new conversations within the last three months. This PR will automatically close in one week.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
days-before-stale: 90
days-before-close: 7

0 comments on commit 065623c

Please sign in to comment.