fix(ci): remove acknowledge step from e2e runner#2026
Merged
Conversation
The rocket reaction step was consistently failing with 403 due to permission issues on issue_comment-triggered workflows. Removing it to unblock the e2e flow. Signed-off-by: abhijith-darshan <abhijith.ravindra@sap.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the ci-e2e-run GitHub Actions workflow to eliminate a failing “acknowledgement” reaction step for /e2e issue comments, addressing consistent 403 permission failures on issue_comment-triggered runs.
Changes:
- Removed the “Acknowledge command” step that added a rocket reaction to the triggering comment.
- Removed the job-level
issues: writepermission that was only needed for the reaction API call (and was causing permission failures).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
k-fabryczny
pushed a commit
that referenced
this pull request
May 29, 2026
The rocket reaction step was consistently failing with 403 due to permission issues on issue_comment-triggered workflows. Removing it to unblock the e2e flow. Signed-off-by: abhijith-darshan <abhijith.ravindra@sap.com>
k-fabryczny
pushed a commit
that referenced
this pull request
May 29, 2026
The rocket reaction step was consistently failing with 403 due to permission issues on issue_comment-triggered workflows. Removing it to unblock the e2e flow. Signed-off-by: abhijith-darshan <abhijith.ravindra@sap.com> Signed-off-by: Klaudiusz Fabryczny <klaudiusz.fabryczny@sap.com>
k-fabryczny
pushed a commit
that referenced
this pull request
May 29, 2026
The rocket reaction step was consistently failing with 403 due to permission issues on issue_comment-triggered workflows. Removing it to unblock the e2e flow. Signed-off-by: abhijith-darshan <abhijith.ravindra@sap.com>
k-fabryczny
pushed a commit
that referenced
this pull request
May 29, 2026
The rocket reaction step was consistently failing with 403 due to permission issues on issue_comment-triggered workflows. Removing it to unblock the e2e flow. Signed-off-by: abhijith-darshan <abhijith.ravindra@sap.com> Signed-off-by: Klaudiusz Fabryczny <klaudiusz.fabryczny@sap.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.
Summary
Acknowledge commandstep that posted a rocket reaction on/e2ecomments403due to permission issues onissue_comment-triggered workflowsissues: writepermissionTest plan
/e2e skipon a PR and verify the workflow completes without error