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

## What happened when I tried to remove all labels set with "labels" options, the error occurred for removing 'stg' label, and 'prd' label which exists was not removed. *...

bug

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](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...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

The following is the action config I use: ``` jobs: remove_label: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-ecosystem/action-remove-labels@v1 if: ${{ startsWith(github.event.comment.body, '/done') }} with: labels: 'todo 🗒️' -...

bug

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.3 to 3.4.1. Changelog Sourced from eslint-plugin-prettier's changelog. v3.4.1 (2021-08-20) build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c) build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425)...

size/S
dependencies
dependencies/dependabot
dependencies/npm

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

## What this PR does / Why we need it When I saw the feature addition, I immediately thought of this project. https://github.com/actions/toolkit/pull/829

size/S
release/patch

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

size/XS
dependencies
dependencies/dependabot
dependencies/npm

Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1 to 1.1.2. Release notes Sourced from actions-ecosystem/action-add-labels's releases. v1.1.0 Improvement actions-ecosystem/action-add-labels#10: Avoid GitHub API call when labels input is empty Commits See full diff in compare...

size/XS
dependencies
dependencies/dependabot
dependencies/github-actions