mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-01-19 07:46:43 +00:00
update workflow
This commit is contained in:
parent
708dfebac2
commit
7cb120af84
2
.github/workflows/auto_close_issue.yml
vendored
2
.github/workflows/auto_close_issue.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
debug-only: true
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 60
|
||||
stale-issue-label: "stale"
|
||||
|
|
@ -19,4 +20,5 @@ jobs:
|
|||
close-issue-message: "This issue was closed because it has been inactive for 60 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
exempt-labels: "help wanted, good first issue, bug, enhancement"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user