action-remove-labels icon indicating copy to clipboard operation
action-remove-labels copied to clipboard

🏷️ GitHub Action to remove labels

Results 35 action-remove-labels issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.1.0 to 5.54.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.54.0 5.54.0 (2023-02-27) Bug Fixes typescript-estree: check for relative/root paths in printing file path errors (#6491) (dc14242) website:...

dependencies
size/L
dependencies/dependabot
dependencies/npm

Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.0.1 to 29.4.3. Release notes Sourced from jest-circus's releases. v29.4.3 Features [expect] Update toThrow() to be able to use error causes (#13606) [jest-core] allow to use workerIdleMemoryLimit...

size/XXL
dependencies
dependencies/dependabot
dependencies/npm

Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.4.0 to 10.7.0. Release notes Sourced from @​octokit/webhooks's releases. v10.7.0 10.7.0 (2023-01-18) Features types: new installation_target event (#807) (b5efc01) v10.6.2 10.6.2 (2023-01-17) Bug Fixes handle missing Content-Type...

size/M
dependencies
dependencies/dependabot
dependencies/npm

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

## What happened When using the following code: ` - name: Remove tag on PR failure if: ${{ failure() }} uses: actions-ecosystem/action-remove-labels@v1 with: labels: | ready for testing` We get...

bug