mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
Only configure with workflow_dispatch
This commit is contained in:
parent
e4b2751a52
commit
43462f8af0
9
.github/workflows/stale.yml
vendored
9
.github/workflows/stale.yml
vendored
@ -1,9 +1,6 @@
|
||||
name: Mark stale pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
@ -21,9 +18,9 @@ jobs:
|
||||
|
||||
days-before-stale: -1
|
||||
days-before-issue-stale: -1
|
||||
days-before-pr-stale: 30
|
||||
days-before-pr-stale: 21
|
||||
|
||||
days-before-close: -1
|
||||
days-before-issue-close: -1
|
||||
days-before-pr-close: 7
|
||||
days-before-pr-close: 0
|
||||
debug-only: true
|
||||
|
Loading…
Reference in New Issue
Block a user