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
This commit is contained in:
Danny McCormick
2019-08-07 10:27:30 -04:00
committed by GitHub
parent a10eefa292
commit 46c46978c2
8 changed files with 310 additions and 36 deletions
+19 -2
View File
@@ -1,3 +1,20 @@
# Container Action Template
# First Interaction
To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/).
An action for filtering pull requests and issues from first-time contributors.
# Usage
See [action.yml](action.yml)
```yaml
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Mesage with markdown.\nThis is the message that will be displayed on users' first issue.'
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)