mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
22
.github/workflows/stale-issues.yaml
vendored
22
.github/workflows/stale-issues.yaml
vendored
@@ -4,14 +4,14 @@ on:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
- name: stale-issues
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
debug-only: true # Set until the behavior is tuned.
|
||||
days-before-stale: 28 # Mark stale after 4 weeks (28 days) of inactivity
|
||||
days-before-close: 7 # Close 1 week after marked `Stale` and without follow-up activity
|
||||
exempt-all-milestones: true # Any issue/PR within a milestone will be omitted
|
||||
#exempt-assigness: "foo,bar" # Exempt issues/PRs assigned to particular users
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
debug-only: true # Set until the behavior is tuned.
|
||||
days-before-stale: 28 # Mark stale after 4 weeks (28 days) of inactivity
|
||||
days-before-close: 7 # Close 1 week after marked `Stale` and without follow-up activity
|
||||
exempt-all-milestones: true # Any issue/PR within a milestone will be omitted
|
||||
#exempt-assigness: "foo,bar" # Exempt issues/PRs assigned to particular users
|
||||
|
||||
Reference in New Issue
Block a user