apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
378 stars 225 forks source link

[BUG]: GH actions context not working #1449

Open big-r81 opened 4 months ago

big-r81 commented 4 months ago

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 commented 4 months ago

Until fixed, revert #1446 via #1452.

big-r81 commented 4 months ago

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"