stale: change message
This commit is contained in:
parent
cc1f85e2d9
commit
5b590293e4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
|
@ -12,11 +12,12 @@ jobs:
|
|||
- uses: actions/stale@v9
|
||||
with:
|
||||
repo-token: ${{ secrets.FLATHUBBOT_TOKEN }}
|
||||
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open it if you plan to continue working on that pull request or think it deserves attention from Flathub admins"
|
||||
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. If you still plan to work on this please comment saying so."
|
||||
days-before-stale: -1
|
||||
days-before-close: -1
|
||||
days-before-pr-stale: 365
|
||||
days-before-pr-close: 30
|
||||
any-of-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
|
||||
remove-pr-stale-when-updated: true
|
||||
exempt-pr-labels: leave-open
|
||||
operations-per-run: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue