Skip to content

Commit aa7de04

Browse files
committed
update version in README examples to 4.3.1
1 parent 5e84b16 commit aa7de04

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
issues: write # Only needed when adding comments and labels on issues
3333
pull-requests: write # Only needed when adding comments and labels on PRs
3434
steps:
35-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
35+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
3636
with:
3737
issue-opened-msg: |
3838
Hey @{fc-author} 👋
@@ -103,7 +103,7 @@ That's all you need.
103103
### Reactions
104104

105105
```yaml
106-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
106+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
107107
with:
108108
issue-reactions: eyes
109109
pr-reactions: +1, rocket
@@ -112,7 +112,7 @@ That's all you need.
112112
### Greet only once
113113

114114
```yaml
115-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
115+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
116116
with:
117117
contribution-mode: once
118118
issue-opened-msg: >
@@ -136,7 +136,7 @@ jobs:
136136
permissions:
137137
pull-requests: write
138138
steps:
139-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
139+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
140140
with:
141141
pr-merged-msg: >
142142
@all-contributors please add @{fc-author} for ${{ join(github.event.pull_request.labels.*.name, ', ') }}
@@ -160,7 +160,7 @@ jobs:
160160
issues: write
161161
pull-requests: write
162162
steps:
163-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
163+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
164164
env:
165165
GH_PAT_READ_ORG: ${{ secrets.GH_PAT_READ_ORG }} # https://github.com/settings/tokens/new?scopes=read:org
166166
with:
@@ -193,7 +193,7 @@ To enable this behavior, set `skip-internal-contributors` to true, and populate
193193

194194
```yml
195195
steps:
196-
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
196+
- uses: plbstl/first-contribution@5e84b16ee0cef8f8a87cb7a2cf247b187c228879 # v4.3.1
197197
env:
198198
GH_PAT_READ_ORG: ${{ secrets.GH_PAT_READ_ORG }}
199199
with:

0 commit comments

Comments
 (0)