Merge pull request #335 from salmanmkc/3.0.0-release

Prepare release v3.0.0
This commit is contained in:
Salman Chishti
2025-08-11 14:37:23 +01:00
committed by GitHub
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
20.18.1 24.4.0
+8 -1
View File
@@ -9,6 +9,13 @@
An action for filtering pull requests (PRs) and issues from first-time An action for filtering pull requests (PRs) and issues from first-time
contributors. contributors.
## Breaking Changes in v3.0.0
Version 3.0.0 introduces breaking changes:
- If you're using a self-hosted runner, ensure it's on version
[v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later
When a first-time contributor opens a PR or issue, this action will add a When a first-time contributor opens a PR or issue, this action will add a
comment to the PR or issue with a message of your choice. This action is useful comment to the PR or issue with a message of your choice. This action is useful
for welcoming first-time contributors to your project and providing them with for welcoming first-time contributors to your project and providing them with
@@ -39,7 +46,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/first-interaction@vX.Y.Z # Set this to the latest release - uses: actions/first-interaction@v3
with: with:
issue-message: | issue-message: |
# Issue Message with Markdown # Issue Message with Markdown
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "first-interaction-action", "name": "first-interaction-action",
"version": "2.0.0", "version": "3.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "first-interaction-action", "name": "first-interaction-action",
"version": "2.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "first-interaction-action", "name": "first-interaction-action",
"description": "An action for greeting first time contributors.", "description": "An action for greeting first time contributors.",
"version": "2.0.0", "version": "3.0.0",
"author": "GitHub", "author": "GitHub",
"type": "module", "type": "module",
"private": true, "private": true,