-
Notifications
You must be signed in to change notification settings - Fork 545
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
Release Tracking #3511
Comments
Hello! Latest status: Need to triage
Fun updates:
Other odd things:
|
Regarding the actions not running on the integration PR, it's likely caused by this issue. This is a major downside to pushing commits with the GITHUB_TOKEN, and something I'd love to see us fix for all GitHub users. Wouldn't hurt to weigh in on that issue that it's impacting the Primer team 😄. The main workaround is to use a PAT to clone instead of GITHUB_TOKEN. Then your commits are linked to a real account (whatever account the PAT is for) instead of "GitHub Actions". Major downsides are that you need some of bot account to create the PAT, and the PAT will likely have an expiration date. Other solution is to push a commit like you have been doing. This is a manual intervention and not obvious. You could also leverage the new Tidy UI action in dotcom to push a commit for you, but that will only take effect if the code you push to your PR is lacking all the correct changes (e.g. node_modules are not hoisted or license files did not get updated). |
Thanks @dgreif, that is very useful! |
@dgreif would it be possible to use a GitHub App as the account to push commits and trigger the workflows? 👀 |
Update: There is only test failing now, which is related to service owners, so we should be good to publish a new version of primer/react! |
I'm honestly not sure. I think so, and I vaguely recall PRC using the Changesets app to push changes during a release, which I believe triggered Actions without any problems |
This is a scheduled issue for tracking the release between Monday 10th and Friday 14th
Timeline
Checklist
Notes
The text was updated successfully, but these errors were encountered: