Update codegen files - #86
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
ptr727 added a commit
that referenced
this pull request
May 25, 2026
…90) (#91) ## Summary Promotes develop → main. Two squashed commits ride along: - **PR #90** — Migrate `actions/create-github-app-token` from deprecated `app-id` to `client-id` (closes#88), bump pin `v1.12.0` → `v3.2.0`, drop inert `codegen` entry from `test-pull-request.yml`'s base-branch filter (closes#89), and relax `AGENTS.md`'s "agents never commit" rule to allow scope-bound, signing-gated authorization. 5 files, 16+/17-. - **PR #86** — `[ptr727-codegen]` weekly codegen refresh; 1 line in `CodeGen/CodeGen.cs`. The `CODEGEN_APP_CLIENT_ID` secret is already provisioned in both Actions and Dependabot stores. The legacy `CODEGEN_APP_ID` secret can be deleted after one round of each bot workflow runs green on main post-merge. ## Test plan - [ ] CI green on this PR. - [ ] Post-merge: trigger `run-periodic-codegen-pull-request.yml` via `workflow_dispatch`; both matrix legs (main, develop) mint App tokens and open codegen PRs as `ptr727-codegen[bot]`. - [ ] Post-merge: next Dependabot PR auto-merges cleanly via `merge-bot-pull-request.yml` `merge-dependabot`. - [ ] After one green round of each bot workflow, delete legacy `CODEGEN_APP_ID` secret from both Actions and Dependabot stores.
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 freeto 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.
This PR updates the codegen files.