mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +00:00
adds a relevant stale message
for both PRs and issues there is now a more descriptive and relevant message when the action marks something stale
This commit is contained in:
parent
9d6a81edc2
commit
d91865a2c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/stale@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'Stale issue message'
|
||||
stale-pr-message: 'Stale pull request message'
|
||||
stale-issue-message: 'This issue is being marked as stale due to a long period of inactivity'
|
||||
stale-pr-message: 'This PR is being marked as stale due to a long period of inactivity'
|
||||
stale-issue-label: 'kind/stale'
|
||||
stale-pr-label: 'kind/stale'
|
||||
|
|
Loading…
Add table
Reference in a new issue