-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow for PRs that would affect Contrib #1382
Workflow for PRs that would affect Contrib #1382
Conversation
c0e3ed9
to
559b525
Compare
559b525
to
6b48413
Compare
@aabmass Re-requesting your review with steps that came as a result of our discussions 🙂 |
@codeboten @lzchen can we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
3. Modify the Core repo PR `CONTRIB_REPO_SHA` in `.github/workflows/test.yml` to | ||
equal the commit SHA of the Contrib repo PR to pass Contrib repo tests (a sanity | ||
check for the Maintainers & Approvers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optionally you can not do this, and just wait for the Contrib PR to get merged. The Contrib PR getting merged proves this Core PR is good because it uses this Core PR change!
Running it is just an optional sanity check for the Maintainers wanting to merge the Core PR.
Once Contrib PR is merged, since this points to master, you can just rerun tests and see it all work.
Description
As a follow up to this week's SIG meeting, we will add notes in
CONTRIBUTING.md
to explain the workflow for PRs which may affect Contrib repo packages.Type of change
Documentation update.
How Has This Been Tested?
N/A
Checklist: