Open
Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
bcd9eb8 to
13c42d7
Compare
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
13c42d7 to
42714f4
Compare
c7dfddf to
a082ed9
Compare
8 tasks
42714f4 to
e7a113b
Compare
8 tasks
e0c8ad9 to
eef7699
Compare
Mbeaulne
approved these changes
Feb 24, 2026
camielvs
approved these changes
Feb 24, 2026
eef7699 to
16c0ebf
Compare
16c0ebf to
f06d71f
Compare
a082ed9 to
8f5b5f7
Compare
f06d71f to
2d2a9c5
Compare
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.

Description
Contributes to https://github.com/Shopify/oasis-frontend/issues/180
Added a GitHub workflow that automatically triggers Tophat builds in the oasis-frontend repository when pull requests are opened or updated. The workflow extracts PR information (branch, number, SHA), makes a Buildkite API call to trigger the build, and posts a comment on the PR with instructions on how to tophat the changes using a URL parameter.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Tophat Links Demo - v1.mp4 (uploaded via Graphite)
Test Instructions
Additional Comments
This workflow requires the
BUILDKITE_BEARER, andBUILDKITE_PIPELINEsecrets to be configured with appropriate permissions to trigger builds in Buildkite. The workflow runs on all file changes in pull requests and provides developers with an automated way to test their changes on the staging environment.