github-actions: align stale workflow with OSSOps recommendations#128
Open
Sandhya1236 wants to merge 1 commit intoqualcomm-linux:mainfrom
Open
github-actions: align stale workflow with OSSOps recommendations#128Sandhya1236 wants to merge 1 commit intoqualcomm-linux:mainfrom
Sandhya1236 wants to merge 1 commit intoqualcomm-linux:mainfrom
Conversation
github-actions: align stale issue workflow with OSSOps recommendations This change updates the stale-issues workflow to follow OSSOps-recommended settings. The improvements enhance stale issue and PR management, increase maintainer visibility, and bring the repository closer to Qualcomm’s standard automation practices. Updates include: - Setting 30 days as the default threshold for marking items as stale. - Notifying the appropriate team when an issue or PR becomes stale. - Preventing automatic closure of stale items. - Remove exemption labels for issues and PRs, as exemptions are only useful when auto‑closing is enabled, and auto‑closing is intentionally disabled. - Improving consistency with the Qualcomm GitHub repository template. These adjustments help ensure better triage, clearer automation behavior, and alignment with broader Qualcomm open-source best practices. Signed-off-by: Sandhya Adavikolanu <[email protected]> Signed-off-by: Sandhya Adavikolanu <[email protected]>
29baa20 to
54cbbbc
Compare
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 issue workflow with OSSOps recommendations
This change updates the stale-issues workflow to follow OSSOps-recommended settings. The improvements enhance stale issue and PR management, increase maintainer visibility, and bring the repository closer to Qualcomm’s standard automation practices.
Updates include:
These adjustments help ensure better triage, clearer automation behavior, and alignment with broader Qualcomm open-source best practices.