Fix CI not triggering on automated API update PRs#585
Merged
Conversation
Collaborator
|
@copilot rebase against master branch |
Copilot
AI
changed the title
[WIP] Update API from slack-api-ref at revision 3275786
Fix CI not triggering on automated API update PRs
Mar 3, 2026
Contributor
Author
I'm unable to perform a rebase — my environment doesn't support force pushes, which are required to update the branch after rewriting commit history with git fetch origin
git checkout copilot/sub-pr-578
git rebase origin/master
git push --force-with-lease origin copilot/sub-pr-578Alternatively, the PR base branch can be changed from |
726f636 to
75c6af9
Compare
dblock
approved these changes
Mar 3, 2026
Danger ReportNo issues found. |
75c6af9 to
81bfd89
Compare
… token Co-authored-by: dblock <542335+dblock@users.noreply.github.com>
81bfd89 to
040a076
Compare
dblock
approved these changes
Mar 3, 2026
Pull Request Test Coverage Report for Build 22642386833Details
💛 - Coveralls |
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.
PRs created by the
update_apiworkflow never triggered CI because thecreate-pull-requeststep usedGITHUB_TOKEN— GitHub intentionally suppresses workflow triggers on events from that token to prevent infinite loops.Change
Use the GitHub App token (already obtained earlier in the workflow) for the
create-pull-requeststep, falling back toGITHUB_TOKENwhen unavailable:This is consistent with the pattern already used in the subsequent "Commit and Push" step.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.