Skip to content

Commit 753c925

Browse files
authored
Merge pull request #335 from salmanmkc/3.0.0-release
Prepare release v3.0.0
2 parents 82989bf + f227809 commit 753c925

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
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+
16+
- If you're using a self-hosted runner, ensure it's on version
17+
[v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later
18+
1219
When a first-time contributor opens a PR or issue, this action will add a
1320
comment to the PR or issue with a message of your choice. This action is useful
1421
for welcoming first-time contributors to your project and providing them with
@@ -39,7 +46,7 @@ jobs:
3946
runs-on: ubuntu-latest
4047

4148
steps:
42-
- uses: actions/first-interaction@vX.Y.Z # Set this to the latest release
49+
- uses: actions/first-interaction@v3
4350
with:
4451
issue-message: |
4552
# Issue Message with Markdown

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)