mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-17 07:55:55 -04:00
Apply suggestions from code review
Co-authored-by: Seth Flynn <getchoo@tuta.io> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
afe6d4836d
commit
85c2710e33
22
.github/workflows/stale.yml
vendored
22
.github/workflows/stale.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Close stale issues and PRs
|
||||
name: Stale
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@ -11,19 +11,23 @@ permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
label:
|
||||
name: Label issues and PRs
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
days-before-issue-stale: 14
|
||||
days-before-pr-stale: 360 # a year
|
||||
days-before-close: -1
|
||||
days-before-issue-close: -1
|
||||
days-before-pr-close: -1
|
||||
days-before-issue-stale: 30
|
||||
days-before-pr-stale: 30
|
||||
days-before-close: -1 # Don't close anything
|
||||
stale-issue-message: "This issue has been inactive for a while. Please add a comment or provide an update if it's still relevant."
|
||||
stale-pr-message: "This PR has had no recent activity. Please update it if it's still relevant."
|
||||
close-issue-message: "Closing this issue as it has been marked stale and no further activity was detected. Feel free to reopen if needed."
|
||||
exempt-issue-labels: rfc,noslate
|
||||
exempt-issue-labels: rfc,nostale
|
||||
exempt-all-milestones: true
|
||||
exempt-all-assignees: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user