-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix celo-compliance Github Action #7
Comments
Looks like this stopped working due to a change in branch permissions between Thu, Jan 11 and Fri, Jan 12. |
Added a todo above
It looks like the NPM release flow wasn't triggered in the past 3 months. Check this matches with expected updates shared in OFAC feed. |
The branch protection, which now requires a PR + approval before committing to the Ideally, we would keep branch protection going forward, since ensuring all changes to default branches go through PRs adds layers of security (most notably: org-wide workflows such as Socket). This could still get automatically merged, provided all checks pass. |
Understood, thanks for the heads-up @lvpeschke. We'll do two things here:
In this case, we coincidentally checked the GitHub Actions on the day the workflow broke, because Subha manually notified us of an OFAC update. |
Idea:
|
Idea:
|
Note: @shazarre and I will be pairing on this. Leszek is interested in learning more about Github Actions too |
From Slack:
|
Unassigning myself because this is something @shazarre has taken on (based on Slack convo). |
Context in this Slack thread.
Error in Github Action is:
remote: error: GH006: Protected branch update failed for refs/heads/main. remote: error: Changes must be made through a pull request.
Source: Github action
Github Action seems to fail because direct git push to
main
branch is forbidden according to branch protection policies.A GitHub owner or repo admin should be able to update that config
Tasks
The text was updated successfully, but these errors were encountered: