From ee3a50084e1f6b86fab5e8a1682f2654e549d2c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 02:02:00 +0000 Subject: [PATCH] :arrow_up: Updates mondeja/remove-labels-gh-action action to v1.1.0 Signed-off-by: Renovate Bot --- .github/workflows/remove-labels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/remove-labels.yml b/.github/workflows/remove-labels.yml index ba74dcce..c1f66b4b 100644 --- a/.github/workflows/remove-labels.yml +++ b/.github/workflows/remove-labels.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -32,7 +32,7 @@ jobs: if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged) runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -44,7 +44,7 @@ jobs: if: github.event.issue.state == 'closed' runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: |