Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 5738f77

Browse files
Bump mondeja/remove-labels-gh-action from 1.1.1 to 2.0.0 (#287)
Bumps [mondeja/remove-labels-gh-action](https://github.com/mondeja/remove-labels-gh-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/mondeja/remove-labels-gh-action/releases) - [Commits](mondeja/remove-labels-gh-action@v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: mondeja/remove-labels-gh-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef4aeaf commit 5738f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/remove-outdated-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.pull_request.merged
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: mondeja/remove-labels-gh-action@v1.1.1
13+
- uses: mondeja/remove-labels-gh-action@v2.0.0
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
labels: |
@@ -24,7 +24,7 @@ jobs:
2424
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: mondeja/remove-labels-gh-action@v1.1.1
27+
- uses: mondeja/remove-labels-gh-action@v2.0.0
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
labels: |

0 commit comments

Comments
 (0)