dependabot[bot] dad370b79a Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 21:01:19 +00:00
2025-02-19 13:47:20 -05:00
2025-02-19 13:47:20 -05:00
2025-07-15 14:45:28 -04:00
2025-08-05 13:30:29 -04:00
2025-02-19 12:28:55 -05:00
2025-07-15 14:45:28 -04:00
2025-08-05 13:30:29 -04:00
2025-02-19 13:47:20 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-08-11 14:16:41 +01:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-08-07 10:34:54 -04:00
2025-02-19 12:28:55 -05:00
2025-08-26 14:53:46 -04:00
2025-02-19 13:47:31 -05:00
2025-02-19 12:28:55 -05:00
2025-08-11 14:28:06 +01:00
2025-02-19 13:47:20 -05:00
2025-07-15 15:08:00 -04:00
2025-02-19 13:47:20 -05:00

First Interaction

Super-Linter CI Check dist/ CodeQL Coverage

An action for filtering pull requests (PRs) and issues from first-time 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 or later

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 for welcoming first-time contributors to your project and providing them with information about how to contribute effectively.

Usage

See action.yml

name: Greetings

on:
  pull_request:
    types:
      - opened
  issues:
    types:
      - opened

permissions:
  issues: write
  pull-requests: write

jobs:
  greeting:
    name: Greet First-Time Contributors
    runs-on: ubuntu-latest

    steps:
      - uses: actions/first-interaction@v3
        with:
          issue-message: |
            # Issue Message with Markdown

            This is the message that will be displayed!
          pr-message: |
            # PR Message with Markdown

            This is the message that will be displayed!
Description
Mirror of github.com/actions/first-interaction
Readme 3.4 MiB
Languages
TypeScript 80.3%
JavaScript 19.7%