Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 10, 2023
1 parent 0178594 commit 0fa2416
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
```
### Available input parameters
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
with:
github-token: ${{ github.token }}
config-path: '.github/label-actions.yml'
Expand All @@ -171,7 +171,7 @@ This step will process label events only for issues.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
with:
process-only: 'issues'
```
Expand All @@ -181,7 +181,7 @@ This step will process label events only for pull requests and discussions.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
with:
process-only: 'prs, discussions'
```
Expand Down Expand Up @@ -292,7 +292,7 @@ using the `github-token` input parameter.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```
Expand Down

0 comments on commit 0fa2416

Please sign in to comment.