Skip to content

Commit 3372cfa

Browse files
committed
Prepare release v3.0.0
1 parent 82989bf commit 3372cfa

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
24.4.0

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
An action for filtering pull requests (PRs) and issues from first-time
1010
contributors.
1111

12+
## Breaking Changes in v3.0.0
13+
14+
Version 3.0.0 introduces breaking changes:
15+
- If you're using a self-hosted runner, ensure it's on version on [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later
16+
1217
When a first-time contributor opens a PR or issue, this action will add a
1318
comment to the PR or issue with a message of your choice. This action is useful
1419
for welcoming first-time contributors to your project and providing them with
@@ -39,13 +44,14 @@ jobs:
3944
runs-on: ubuntu-latest
4045

4146
steps:
42-
- uses: actions/first-interaction@vX.Y.Z # Set this to the latest release
47+
- uses: actions/first-interaction@v3
4348
with:
44-
issue-message: |
49+
repo_token: ${{ github.token }}
50+
issue_message: |
4551
# Issue Message with Markdown
4652
4753
This is the message that will be displayed!
48-
pr-message: |
54+
pr_message: |
4955
# PR Message with Markdown
5056
5157
This is the message that will be displayed!

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "first-interaction-action",
33
"description": "An action for greeting first time contributors.",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"author": "GitHub",
66
"type": "module",
77
"private": true,

0 commit comments

Comments
 (0)