feat(root): configure nightshift with iyarc-prune task#9064
Open
rashadjnizar wants to merge 1 commit into
Open
feat(root): configure nightshift with iyarc-prune task#9064rashadjnizar wants to merge 1 commit into
rashadjnizar wants to merge 1 commit into
Conversation
Contributor
|
what does iyarc do? is this pr mainly for security audit of packages in that file? |
vinhkhangtieu
approved these changes
Jun 19, 2026
Author
iyarc is the ignore/exclusion file for |
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.
Ticket: HSM-410
What
Configures a Nightshift agent to automatically prune stale entries from
.iyarc.Adds three files:
.github/workflows/nightshift-scheduler.yaml— weekday cron (06:00 UTC) that calls the reusable scheduler; 168h cooldown gates actual dispatch to ~weekly..github/workflows/nightshift-task.yaml— thin wrapper calling the reusable task runner..nightshift.yaml— theiyarc-prunecustom task definition + prompt.How it works
Each cycle the agent walks every
.iyarcexclusion, checks whether a compatible patched version exists, and if so bumps the dependency and removes the exclusion. Before opening a PR it runs the release gates —audit-high+check-deps— plus a scoped build/test, and abandons the change if any gate fails. Green runs open one non-draft PR. No-op cycles are expected and produce no PR.Testing
Validated the scheduler + config locally via the
nightshift-actionsCLI (offline dry-run):Confirms
.nightshift.yamlparses and the task is selected correctly.