chore: add stale PR GitHub Action#263
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a scheduled GitHub Actions workflow to automatically mark stale pull requests, delegating execution to the shared reusable workflow in processout/actions.
Changes:
- Added a new scheduled workflow (
cron: 0 9 * * *) to run daily. - Configured permissions to allow updating PRs and issues.
- Delegated job execution to
processout/actions/.github/workflows/standards-stale.yaml@v1and inherited secrets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The shared standards-stale workflow only uses actions/stale@v9 which runs on GITHUB_TOKEN — no custom secrets are declared. Removing secrets: inherit follows least-privilege principle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Workflow-only PRs (e.g. adding GitHub Actions) don't touch the JS library and shouldn't require a version bump. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mateusz-walesiak-cko
approved these changes
May 26, 2026
tomasz-pazdziurek-cko
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the stale PR GitHub Action workflow, consistent with other ProcessOut repos (e.g.
router).Changes
.github/workflows/standards-stale.yamlprocessout/actions/.github/workflows/standards-stale.yaml@v1🤖 Generated with Claude Code