Files
first-interaction/action.yml

18 lines
468 B
YAML
Raw Normal View History

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
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
required: true
2025-02-19 13:47:20 -05:00
default: ${{ github.token }}
2019-08-02 17:15:36 +00:00
runs:
using: node24
2025-02-19 13:47:20 -05:00
main: dist/index.js