Skip to content

chore: add stale PR GitHub Action#263

Merged
roshan-gorasia-cko merged 3 commits into
masterfrom
add-stale-pr-action
May 28, 2026
Merged

chore: add stale PR GitHub Action#263
roshan-gorasia-cko merged 3 commits into
masterfrom
add-stale-pr-action

Conversation

@roshan-gorasia-cko
Copy link
Copy Markdown
Contributor

Summary

Adds the stale PR GitHub Action workflow, consistent with other ProcessOut repos (e.g. router).

Changes

  • Added .github/workflows/standards-stale.yaml
  • Runs daily at 9am UTC via cron
  • Delegates to the shared reusable workflow at processout/actions/.github/workflows/standards-stale.yaml@v1

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@roshan-gorasia-cko roshan-gorasia-cko marked this pull request as ready for review May 26, 2026 09:21
Copilot AI review requested due to automatic review settings May 26, 2026 09:21
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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@v1 and inherited secrets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/standards-stale.yaml
Comment thread .github/workflows/standards-stale.yaml Outdated
Comment thread .github/workflows/standards-stale.yaml
roshan-gorasia-cko and others added 2 commits May 26, 2026 10:26
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>
@roshan-gorasia-cko roshan-gorasia-cko merged commit abf49d5 into master May 28, 2026
4 checks passed
@roshan-gorasia-cko roshan-gorasia-cko deleted the add-stale-pr-action branch May 28, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants