[codex] Disable root GitHub workflows [skip ci]#3586
Draft
BGD-1DAY00 wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
.github/workflows/*.ymlworkflows to manual-only disabled stubs.push,pull_request,pull_request_target,issue_comment, and scheduled release triggers from active YAML.Why
These workflows have been running automatically and consuming GitHub Actions/resources. This change makes them inert unless someone manually dispatches the small disabled stub.
Notes
I attempted to disable the workflows directly through GitHub first, but the active account only has read access to
pingdotgg/t3code, so GitHub returned403 Must have admin rights to Repositoryfor workflow disable calls.The nested
.repos/*/.github/workflowsfiles are left unchanged because they are not root workflows forpingdotgg/t3code.Validation
YAML.load_file.push,pull_request,pull_request_target,issue_comment, orschedule.Note
Disable all root GitHub Actions workflows for manual-only dispatch
Replaces automatic triggers (push, pull_request, schedule, etc.) with
workflow_dispatch-only triggers across all workflows in.github/workflows/. Each workflow's functional jobs are replaced with a singledisabledno-op job that prints an explanatory message. Previous workflow content is preserved as commented-out reference code.ci.yml,release.yml,deploy-relay.yml,pr-vouch.yml,pr-size.yml,issue-labels.yml,mobile-eas-preview.yml📊 Macroscope summarized 0f74855. 7 files reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted
🗂️ Filtered Issues
No issues evaluated.