mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 04:57:21 +00:00
update to the latest versions
This commit is contained in:
2
.github/workflows/basic-validation.yml
vendored
2
.github/workflows/basic-validation.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
|||||||
name: Basic validation
|
name: Basic validation
|
||||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||||
with:
|
with:
|
||||||
node-version: '20.x'
|
node-version: '24.x'
|
||||||
|
|||||||
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
|||||||
name: Check dist/
|
name: Check dist/
|
||||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
with:
|
with:
|
||||||
node-version: '20.x'
|
node-version: '24.x'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checking out
|
- name: Checking out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Publish
|
- name: Publish
|
||||||
id: publish
|
id: publish
|
||||||
uses: actions/publish-immutable-action@0.0.3
|
uses: actions/publish-immutable-action@0.0.3
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -162,7 +162,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v5
|
- uses: actions/labeler@v6
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Inputs
|
#### Inputs
|
||||||
@@ -182,10 +182,10 @@ You might want to use action called [@actions/checkout](https://github.com/actio
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # Uploads repository content to the runner
|
- uses: actions/checkout@v5 # Uploads repository content to the runner
|
||||||
with:
|
with:
|
||||||
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
|
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
|
||||||
- uses: actions/labeler@v5
|
- uses: actions/labeler@v6
|
||||||
with:
|
with:
|
||||||
configuration-path: 'path/to/the/uploaded/configuration/file'
|
configuration-path: 'path/to/the/uploaded/configuration/file'
|
||||||
|
|
||||||
@@ -208,7 +208,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Label PRs 1, 2, and 3
|
# Label PRs 1, 2, and 3
|
||||||
- uses: actions/labeler@v5
|
- uses: actions/labeler@v6
|
||||||
with:
|
with:
|
||||||
pr-number: |
|
pr-number: |
|
||||||
1
|
1
|
||||||
@@ -241,7 +241,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: label-the-PR
|
- id: label-the-PR
|
||||||
uses: actions/labeler@v5
|
uses: actions/labeler@v6
|
||||||
|
|
||||||
- id: run-frontend-tests
|
- id: run-frontend-tests
|
||||||
if: contains(steps.label-the-PR.outputs.all-labels, 'frontend')
|
if: contains(steps.label-the-PR.outputs.all-labels, 'frontend')
|
||||||
|
|||||||
Reference in New Issue
Block a user