[docs] Update CHANGELOG for agentic workflow PAT fix from 2026-03-04#147
Closed
danielmeppiel wants to merge 2 commits intomainfrom
Closed
[docs] Update CHANGELOG for agentic workflow PAT fix from 2026-03-04#147danielmeppiel wants to merge 2 commits intomainfrom
danielmeppiel wants to merge 2 commits intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the changelog to document a recent fix to agentic workflow PAT usage so automated PRs can properly trigger CI.
Changes:
- Added an
[Unreleased]changelog entry describing the PAT handling fix in agentic maintenance workflows - Linked the documented change to PR #144
Collaborator
Author
|
Let's update the changelog in one batch rather than little by little |
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
Changes Made
CHANGELOG.mdto add an[Unreleased]entry documenting the PAT handling fix in the daily-doc-updater and daily-test-improver agentic maintenance workflowsMerged PRs Referenced
CREATE_PR_PATsecret for PR creationNotes
PR #144 ("fix/agentic-workflows-pat") was a maintenance fix ensuring the
daily-doc-updateranddaily-test-improveragentic workflows use theCREATE_PR_PATrepository secret (rather than the built-inGITHUB_TOKEN) when creating pull requests. This is required so that PRs created by these automation workflows can trigger CI checks. The fix was captured in the CHANGELOG under[Unreleased].