Skip to content

ci: Add stalebot workflow for PRs and issues#182

Merged
timflannagan merged 1 commit intoagentregistry-dev:mainfrom
timflannagan:chore/stalebot
Feb 18, 2026
Merged

ci: Add stalebot workflow for PRs and issues#182
timflannagan merged 1 commit intoagentregistry-dev:mainfrom
timflannagan:chore/stalebot

Conversation

@timflannagan
Copy link
Copy Markdown
Collaborator

Adapted from kgateway's stalebot implementation. PRs are marked stale after 14 days with 3 days to respond before closing. Issues use a longer cadence of 60 days stale with 14 days to respond. Both can be exempted with the "no stalebot" label.

Adapted from kgateway's stalebot implementation. PRs are marked stale
after 14 days with 3 days to respond before closing. Issues use a
longer cadence of 60 days stale with 14 days to respond. Both can be
exempted with the "no stalebot" label.
Comment on lines +10 to +13
DAYS_BEFORE_ISSUE_STALE: 60
DAYS_BEFORE_ISSUE_CLOSE: 14
DAYS_BEFORE_PR_STALE: 14
DAYS_BEFORE_PR_CLOSE: 3
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these values were arbitrarily chosen. Tried to be reasonable while aggressive on the values. We could be even more aggressive if we want since it's easier to loosen that over time imo.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's go with it -- we can always adapt if it's too aggressive

@timflannagan timflannagan merged commit 910e79d into agentregistry-dev:main Feb 18, 2026
3 checks passed
timflannagan added a commit to timflannagan/agentregistry that referenced this pull request Feb 20, 2026
Adapted from kgateway's stalebot implementation. PRs are marked stale
after 14 days with 3 days to respond before closing. Issues use a longer
cadence of 60 days stale with 14 days to respond. Both can be exempted
with the "no stalebot" label.
christian-posta pushed a commit to christian-posta/agentregistry that referenced this pull request Mar 9, 2026
Adapted from kgateway's stalebot implementation. PRs are marked stale
after 14 days with 3 days to respond before closing. Issues use a longer
cadence of 60 days stale with 14 days to respond. Both can be exempted
with the "no stalebot" label.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants