mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
Use mondeja/remove-labels-gh-action@v2 (#10649)
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
This commit is contained in:
parent
4cb76319a6
commit
08e2ee5d54
6
.github/workflows/remove-labels.yml
vendored
6
.github/workflows/remove-labels.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
if: github.event.pull_request.merged
|
if: github.event.pull_request.merged
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mondeja/remove-labels-gh-action@v1
|
- uses: mondeja/remove-labels-gh-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
|
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mondeja/remove-labels-gh-action@v1
|
- uses: mondeja/remove-labels-gh-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
if: github.event.issue.state == 'closed'
|
if: github.event.issue.state == 'closed'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mondeja/remove-labels-gh-action@v1
|
- uses: mondeja/remove-labels-gh-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
|
Loading…
Reference in New Issue
Block a user