Skip to content

Commit

Permalink
ci: configure stale issue/pr message
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Jul 12, 2023
1 parent 0c6edf5 commit 9fd8e7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '29 22 * * *'
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
stale:
Expand All @@ -21,7 +22,7 @@ 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-message: 'This issue has been marked as stale. If there is no further activity it will be closed.'
stale-pr-message: 'This pull request has been marked as stale. If there is no further activity it will be closed.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit 9fd8e7b

Please sign in to comment.