2025-02-19 13:47:20 -05:00
|
|
|
name: First Interaction
|
|
|
|
|
description: Greet first-time contributors when they open an issue or PR
|
|
|
|
|
author: GitHub
|
|
|
|
|
|
2019-08-07 10:27:30 -04:00
|
|
|
inputs:
|
2025-02-19 13:47:20 -05:00
|
|
|
issue_message:
|
|
|
|
|
description: Comment to post on an individual's first issue
|
|
|
|
|
pr_message:
|
|
|
|
|
description: Comment to post on an individual's first pull request
|
|
|
|
|
repo_token:
|
|
|
|
|
description: Token with permissions to post issue and PR comments
|
2019-08-07 10:27:30 -04:00
|
|
|
required: true
|
2025-02-19 13:47:20 -05:00
|
|
|
default: ${{ github.token }}
|
|
|
|
|
|
2019-08-02 17:15:36 +00:00
|
|
|
runs:
|
2025-07-29 11:34:36 +00:00
|
|
|
using: node24
|
2025-02-19 13:47:20 -05:00
|
|
|
main: dist/index.js
|