Files
first-interaction/action.yml
Danny McCormick 46c46978c2 Get it working (#2)
* Get it working (#1)

* Get it working

* Required token

* Logging

* Debug

* Debug

* Correct logging

* No setNeutral

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* working

* logging

* logging

* logging

* logging

* logging

* logging

* logging

* logging

* logging

* logging

* debug

* debug

* Logging

* Dont validate issues against prs

* Inputs should be snake cased

* Add example usage

* Respond to some feedback, some still left

* Respond to rest of feedback

* Fix period
2019-08-07 10:27:30 -04:00

14 lines
436 B
YAML

name: 'First interaction'
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'
runs:
using: 'docker'
image: 'Dockerfile'