Conversation
Documents the new `on.github-token` and `on.github-app` fields added in #19427 that allow configuring a custom GitHub token or GitHub App for the activation job's reactions and status comments. - frontmatter.md: mention the two new on: fields in the Trigger Events section - triggers.md: add dedicated "Activation Token" reference section with examples - frontmatter-full.md: add github-token and github-app entries to the on: block Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Documentation Updates - 2026-03-04
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
on.github-tokenandon.github-appfields for configuring the activation job's GitHub token (from Add configuration for activation GitHub token #19427)Changes Made
docs/src/content/docs/reference/frontmatter.mdto listgithub-token:andgithub-app:in the Trigger Events (on:) field summarydocs/src/content/docs/reference/triggers.mdto add a dedicated Activation Token reference section with usage examples for both the PAT and GitHub App approachesdocs/src/content/docs/reference/frontmatter-full.mdto include thegithub-tokenandgithub-appentries in theon:schema block (afterstatus-comment)Merged PRs Referenced
Notes
The new
on.github-token/on.github-appfields let workflows configure a custom PAT or GitHub App specifically for the activation job (reactions + status comments), independent of the tokens used by the agent job itself. This is useful when the defaultGITHUB_TOKENlacks the permissions to post reactions or comments on the triggering item (e.g., fine-grained PAT scenarios or cross-repo comment flows).Other PRs from this scan (bug fixes, internal refactors, dependency bumps, and already-documented changes) did not require documentation updates.