Skip to content

feat(devops): exempt 'status:blocked' issues and PRs from stale workflow#277

Merged
jagdish-15 merged 1 commit into
codepvg:mainfrom
yashvi-3106:exclude-blocked-stale
Jul 2, 2026
Merged

feat(devops): exempt 'status:blocked' issues and PRs from stale workflow#277
jagdish-15 merged 1 commit into
codepvg:mainfrom
yashvi-3106:exclude-blocked-stale

Conversation

@yashvi-3106

Copy link
Copy Markdown
Contributor

Description

This PR resolves #276 by updating the stale workflow configuration to exempt issues and pull requests labeled with status:blocked.

Proposed Changes

  • Added exempt-issue-labels: "status:blocked" to the stale GitHub Actions workflow.
  • Added exempt-pr-labels: "status:blocked" to the stale GitHub Actions workflow.

Related Issues

Closes #276

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Thank you for submitting a pull request.

Please ensure your changes comply with the project's contribution guidelines and that all workflow checks pass successfully.

Formatting and Branching

  • Please confirm you have formatted your code locally using npx prettier --write . before requesting a review.
  • Ensure this PR is made from a feature/* branch and not main.

Note: This project is currently maintained by a solo maintainer, so reviews and responses may sometimes take a little time. Thanks for your patience.

@jagdish-15 jagdish-15 merged commit ea4b279 into codepvg:main Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exclude status:blocked issues and PRs from the stale workflow

2 participants