2019-11-12 08:28:17 -08:00
|
|
|
name: 'First interaction'
|
2019-11-08 16:54:30 +00:00
|
|
|
description: 'Greet new contributors when they create their first issue or open their first pull request'
|
2019-08-02 17:15:36 +00:00
|
|
|
author: 'GitHub'
|
2019-08-07 10:27:30 -04:00
|
|
|
inputs:
|
|
|
|
|
repo-token:
|
2019-11-08 16:54:30 +00:00
|
|
|
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
|
2019-08-07 10:27:30 -04:00
|
|
|
required: true
|
|
|
|
|
issue-message:
|
2019-11-08 16:54:30 +00:00
|
|
|
description: 'Comment to post on an individual''s first issue'
|
2019-08-07 10:27:30 -04:00
|
|
|
pr-message:
|
2019-11-08 16:54:30 +00:00
|
|
|
description: 'Comment to post on an individual''s first pull request'
|
2019-08-02 17:15:36 +00:00
|
|
|
runs:
|
|
|
|
|
using: 'docker'
|
2019-11-08 16:54:30 +00:00
|
|
|
image: 'Dockerfile'
|