mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-21 16:34:33 +03:00
Update remove-labels-gh-action version (#7202)
This commit is contained in:
parent
121b43c648
commit
7bea1d073b
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.0.0
|
- uses: mondeja/remove-labels-gh-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
@ -30,7 +30,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.0.0
|
- uses: mondeja/remove-labels-gh-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
@ -41,7 +41,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.0.0
|
- uses: mondeja/remove-labels-gh-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: |
|
labels: |
|
||||||
|
Loading…
Reference in New Issue
Block a user