Skip to content
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

[BUG]: GH actions context not working #1449

Open
big-r81 opened this issue May 29, 2024 · 2 comments
Open

[BUG]: GH actions context not working #1449

big-r81 opened this issue May 29, 2024 · 2 comments

Comments

@big-r81
Copy link
Contributor

big-r81 commented May 29, 2024

Only a reminder:

Required GH actions - especially to context names - doesn't work as expected. Trying to fix this with INFRA. https://issues.apache.org/jira/browse/INFRA-25815

@big-r81
Copy link
Contributor Author

big-r81 commented Jun 3, 2024

Until fixed, revert #1446 via #1452.

@big-r81
Copy link
Contributor Author

big-r81 commented Jun 3, 2024

For the records to skip a required status check via GH API:

Adjust GH_SHA and NAME_OF_REQUIRED_CHECK!

gh api --method POST -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/{owner}/{repo}/statuses/GIT_SHA -f "state=success" -f "context=NAME_OF_REQUIRED_CHECK"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant