2025-02-19 12:29:12 -05:00
2025-02-19 12:28:55 -05:00
2023-11-28 21:28:04 +00:00
2025-02-19 12:28:55 -05:00
2023-09-25 22:45:46 +05:30
2025-02-19 12:29:12 -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
2023-09-25 22:45:46 +05:30
2025-02-19 12:28:55 -05:00
2025-02-19 12:28:55 -05:00
2025-02-19 12:13:48 -05:00
2023-09-25 22:45:46 +05:30

First Interaction

An action for filtering pull requests and issues from first-time contributors.

Usage

See action.yml

name: Greetings

on: [pull_request, issues]

jobs:
  greeting:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/first-interaction@v1
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        issue-message: |
          # Message with markdown.
          This is the message that will be displayed on users' first issue.
        pr-message: |
          Message that will be displayed on users' first pr.
          Look, a `code block` for markdown.

License

The scripts and documentation in this project are released under the MIT License

Description
Mirror of github.com/actions/first-interaction
Readme 3.4 MiB
Languages
TypeScript 80.3%
JavaScript 19.7%