Files
first-interaction/action.yml

14 lines
436 B
YAML
Raw Permalink Normal View History

name: 'First interaction'
2019-08-02 17:15:36 +00:00
description: 'Get started with Container actions'
author: 'GitHub'
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'