Create stale-issues.yaml - #89
Open
Sandhya1236 wants to merge 1 commit into
Open
Sandhya1236 wants to merge 1 commit into
Sandhya1236 wants to merge 1 commit into
Conversation
Sandhya1236
force-pushed
the
Align-stale-workflow-with-OSSOps-recommendations
branch
6 times, most recently
from
February 25, 2026 06:11
de70c13 to
c9a12d2
Compare
github-actions: align stale workflow with recommendations This update brings the stale-issues GitHub workflow into alignment with recommended settings. The changes improve the handling of stale issues and pull requests, ensure maintainers are notified when items become stale, and prevent premature closure of open work. These updates help maintain consistent triage behavior across Qualcomm-hosted open-source projects. Changes included: - Set a 30-day threshold for marking issues and PRs as stale. - Notify the appropriate team when an item becomes stale. - Prevent automatic closure of stale issues and PRs. - Improve consistency with Qualcomm open-source automation templates. Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
Sandhya1236
force-pushed
the
Align-stale-workflow-with-OSSOps-recommendations
branch
from
April 22, 2026 06:02
f09ddd7 to
38afb2f
Compare
njjetha
approved these changes
Apr 24, 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.
github-actions: align stale workflow
This update brings the stale-issues GitHub workflow into alignment with recommended settings. The changes improve the handling of stale issues and pull requests, ensure maintainers are notified when items become stale, and prevent premature closure of open work. These updates help maintain consistent triage behavior across Qualcomm-hosted open-source projects.
Changes included:
Set a 30-day threshold for marking issues and PRs as stale. Notify the appropriate team when an item becomes stale. Prevent automatic closure of stale issues and PRs. Improve consistency with Qualcomm open-source automation templates. These changes enhance project hygiene and ensure the workflow follows Qualcomm’s open-source best practices.