Skip to content

Untracked: Add post-merge pipeline run links comment#26

Closed
alxDisplayr wants to merge 1 commit intomasterfrom
feature/post-merge-run-links-comment
Closed

Untracked: Add post-merge pipeline run links comment#26
alxDisplayr wants to merge 1 commit intomasterfrom
feature/post-merge-run-links-comment

Conversation

@alxDisplayr
Copy link

Summary

  • add a workflow that runs when a PR is merged to main or master
  • wait for CircleCI and GitHub Actions runs created for that merge commit SHA
  • comment direct links to those specific runs on the merged PR

Required configuration

  • secrets.CIRCLECI_TOKEN for CircleCI API lookup
  • optional vars.CIRCLECI_PROJECT_SLUG (defaults to <owner>/<repo>)
  • optional vars.WORKFLOW_OWNER_REPO (defaults to current repo)
  • optional vars.WORKFLOW_NAME_REGEX (defaults to pulumi|deploy|build)
  • optional vars.GHA_RUNS_ON_JSON (defaults to ["self-hosted","linux"])

Test plan

  • Validate workflow YAML and workflow security checks
  • Merge a test PR to main/master and confirm comment is posted
  • Verify links point to runs with matching merge commit SHA

When a PR merges to main/master, poll for CircleCI and GitHub Actions runs created for that merge commit SHA and comment direct links on the merged PR.
@alxDisplayr
Copy link
Author

Closing this rollout PR: narrowing scope to repos with verified CircleCI/Pulumi post-merge runs.

@alxDisplayr alxDisplayr deleted the feature/post-merge-run-links-comment branch February 19, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments