Update github action
This commit is contained in:
parent
c5a0bf57be
commit
84e87f9667
|
@ -2,7 +2,7 @@ name: Close inactive
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 */7 * *"
|
- cron: "0 0 * * 1"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -18,4 +18,4 @@ jobs:
|
||||||
exclude-labels: "enhancement,bug"
|
exclude-labels: "enhancement,bug"
|
||||||
close-reason: "not_planned"
|
close-reason: "not_planned"
|
||||||
body: |
|
body: |
|
||||||
This issue was closed due to inactive more than 30 days. You can reopen or recreate it if you think it should continue.
|
This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.
|
||||||
|
|
Loading…
Reference in New Issue