dependabot[bot] bc9b0498c6 Bump eslint-import-resolver-typescript from 3.8.2 to 4.4.4
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.8.2 to 4.4.4.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.2...v4.4.4)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 22:53: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-02-19 14:01:25 -05:00
2025-07-15 15:14:47 -04:00
2025-02-19 12:28:55 -05:00
2025-07-15 14:45:28 -04:00
2025-07-15 15:14:47 -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-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-02-19 13:47:20 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 13:47:31 -05:00
2025-02-19 12:28:55 -05:00
2025-07-15 14:48:47 -04: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.

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@vX.Y.Z # Set this to the latest release
        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%