wait-for-status-checks icon indicating copy to clipboard operation
wait-for-status-checks copied to clipboard

GitHub Action that waits for check runs

Results 13 wait-for-status-checks issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.2.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.2.0 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword (#9718) typescript-estree: special-case error...

dependencies
javascript

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | major | [`^7.5.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.18.0/8.8.1) | --- ###...

dependencies
npm

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | major | [`^7.5.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.8.1) | --- ###...

dependencies
npm

I noticed that if the job is given a name, then the action does not exclude its own check run and waits until it times out or is canceled: ```yaml...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | dependencies | minor | [`1.10.1` -> `1.11.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.10.1/1.11.1) | --- ###...

dependencies
npm

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vercel/ncc](https://redirect.github.com/vercel/ncc) | devDependencies | patch | [`0.38.1` -> `0.38.2`](https://renovatebot.com/diffs/npm/@vercel%2fncc/0.38.1/0.38.2) | --- ### Release...

dependencies
npm

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | devDependencies | major | [`^8.57.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.12.0) | --- ###...

dependencies
npm

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.8.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.8.1 8.8.1 (2024-10-07) 🩹 Fixes eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the...

dependencies
javascript

To support use in pull_request_target target workflows, we need to use the pull_request.head.sha value for check-runs. We also better support push target workflows by using the after SHA value as...