turnstyle
turnstyle copied to clipboard
🎟️A GitHub Action for serializing workflow runs
GitHub Actions sets the environment variable GITHUB_API_URL to the API URL of the instance of GitHub. For example, if running on github.com, then GITHUB_API_URL will be https://api.github.com; if running on...
solves #60
Would be nice if this action would make use of default inputs to pass github token to keep this action as lean as possible. `action.yaml` ```yaml inputs: token: description: 'A...
We have several repo workflows which call a central repo workflow to build code, package and runs tests. I added a turnstyle step to the called (resuable/called) workflow job. The...
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6. Release notes Sourced from husky's releases. v9.1.6 What's Changed Fix issue where example pre-commit file is generated incorrectly by @dexmlee in typicode/husky#1519 New Contributors...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.2. Release notes Sourced from @vercel/ncc's releases. 0.38.2 0.38.2 (2024-09-23) Bug Fixes deps: update webpack to v5.94.0, terser to v5.33.0 (#1213) (158a1fd), closes #1193 #1194...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.7.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. Release notes Sourced from typescript's releases. TypeScript 5.6 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. Release notes Sourced from actions/checkout's releases. v4.2.0 What's Changed Add Ref and Commit outputs by @lucacome in actions/checkout#1180 Dependabot updates in actions/checkout#1777 & actions/checkout#1872...