Skip to content

ci: don't autoclose Dependabot PRs #1326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message:
This issue has been identified as stale because it
stale-issue-message: This issue has been identified as stale because it
has gone 30 days with no activity.

The issue will be closed in 10 days. If this is incorrect,
simply comment on the issue, or remove the stale label.
stale-pr-message:
This pull request has been identified as stale because
stale-pr-message: This pull request has been identified as stale because
it has gone 30 days with no activity.

The pull request will be closed in 10 days. If this is incorrect,
Expand All @@ -32,5 +30,5 @@ jobs:
you **can merge it yourself.**
days-before-stale: 30
days-before-close: 10
exempt-issue-labels: "keep-me"
exempt-pr-labels: "keep-me"
exempt-issue-labels: 'keep-me'
exempt-pr-labels: 'keep-me,dependencies'