Files
first-interaction/action.yml

15 lines
503 B
YAML
Raw Permalink Normal View History

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'
inputs:
repo-token:
2019-11-08 16:54:30 +00:00
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
issue-message:
2019-11-08 16:54:30 +00:00
description: 'Comment to post on an individual''s first issue'
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'