mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
ci: Temporarily disable stale issue workflow
This commit is contained in:
parent
d593ee2bc8
commit
d331368753
23
.github/workflows/stale-issues.yml
vendored
23
.github/workflows/stale-issues.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: citra-stale-issues
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale-issues:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v9.0.0
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
days-before-issue-stale: 90
|
|
||||||
days-before-issue-close: 10
|
|
||||||
stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 10 days, this issue will be closed."
|
|
||||||
close-issue-message: "This issue has been closed as stale."
|
|
||||||
days-before-pr-stale: -1
|
|
||||||
days-before-pr-close: -1
|
|
||||||
remove-issue-stale-when-updated: true
|
|
||||||
exempt-issue-labels: "priority - low,priority - medium,priority - high,priority - urgent,documentation,enhancement"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user