Skip to content

Commit

Permalink
chore: tweak stale config
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Mar 13, 2024
1 parent b36974b commit 655bcb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release

on:
push:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stale
name: Stale

permissions:
issues: write
Expand All @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/stale@v9
with:
days-before-pr-close: 14
days-before-pr-stale: 180
days-before-pr-close: 14
stale-pr-message: "This PR has been open for **180 days** with no activity. Remove the stale label or add a comment or it will be closed in **14 days**."
days-before-issue-stale: 365
days-before-issue-close: -1
stale-issue-message: "This issue has been open for **365 days** with no activity. Marking as stale."

0 comments on commit 655bcb7

Please sign in to comment.