-
Notifications
You must be signed in to change notification settings - Fork 67
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
build: add GH workflow to sync alpha with master automatically #2030
Conversation
✅ Deploy Preview for paragon-openedx ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
3d74573
to
46e27a7
Compare
Codecov ReportBase: 90.82% // Head: 90.82% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #2030 +/- ##
=======================================
Coverage 90.82% 90.82%
=======================================
Files 233 233
Lines 4099 4099
Branches 971 971
=======================================
Hits 3723 3723
Misses 369 369
Partials 7 7 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* docs: update dependent-usage.json (#2028) * build: add GH workflow to sync alpha with master automatically (#2030) * docs: update dependent-usage.json (#2032) * build: update sync workflow for alpha (#2033) * build: include fetch-depth: 0 to checkout (#2034) * build: setup git user in sync branches workflow (#2035) * build: add a branch for generated workflow PR (#2037) * build: skip CI for automation sync PR (#2039) * build: skip CI for automation sync PR * build: skip commitlint check for automated sync PRs * chore: update browserslist DB (#1977) * build: rebase instead of merge for syncing changes (#2042) * build: another attempt to auto-sync changes from master to alpha (#2044) * build: 1 to v1 in sync-branches workflow (#2045) * build: switch base to trying a rebase (#2047) * build: pull from alpha before rebase master (#2049) * build: git checkout instead of git switch (#2051) * build: set base branch to alpha (#2053) * build: try using devmasx/merge-branch (#2055) * build: update merge-branch version number (#2056) * build: try action-sync-branch (#2057) * build: remove sync alpha master workflow temporarily (#2059) * docs: update dependent-usage.json (#2060) * docs: update dependent-usage.json (#2061) * docs: update dependent-usage.json (#2063) * docs: update dependent-usage.json (#2065) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: edX requirements bot <[email protected]>
🎉 This PR is included in version 21.0.0-alpha.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 20.28.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
We are maintaining an
alpha
branch for the design tokens project. This PR proposes setting up automation to syncalpha
whenever there are changes tomaster
by automatically opening a PR that gets auto-merged tomaster
once CI status checks pass.Uses this Github Action: https://github.com/TreTuna/sync-branches
Deploy Preview
N/A
Merge Checklist
example
app?wittjeff
andadamstankiewicz
as reviewers on this PR.Post-merge Checklist