commit-status-updater
commit-status-updater copied to clipboard
GitHub Action for updating the Commit Status with a state and a context
I noticed when I ran one of our builds that Github is saying that Node 16 actions are deprecated, and this action was listed. I'm unsure how easy it is...
When a commit has a emoji the push fails: `description doesn't accept 4-byte Unicode` My guess would be that `octokit` does not handle emoji in the description e.g: [`await octokit.rest.repos.createCommitStatus({})`](https://github.com/ouzi-dev/commit-status-updater/blob/219d3f932547cad092e384c7a36bf4d963739c35/src/githubHelper.ts#L68)...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) from 10.2.1 to 10.2.7. Release notes Sourced from cacheable-request's releases. v10.2.6 Fix for memory leak on Listeners The listener was not being removed on response and just error...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
This should be possible now. Passing in the appropriate token is still required :)