Files
first-interaction/action.yml
T

14 lines
436 B
YAML
Raw Permalink Normal View History

2019-08-07 10:27:30 -04:00
name: 'First interaction'
2019-08-02 17:15:36 +00:00
description: 'Get started with Container actions'
author: 'GitHub'
2019-08-07 10:27:30 -04:00
inputs:
repo-token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
issue-message:
description: 'Comment to post on an individuals first issue'
pr-message:
description: 'Comment to post on an individuals first pull request'
2019-08-02 17:15:36 +00:00
runs:
using: 'docker'
image: 'Dockerfile'