🧹 Update documentation (#147)

- Document the release process in `CONTRIBUTING.md`
- Add development instructions to `CONTRIBUTING.md` (adapted from [download-artifact](https://github.com/actions/download-artifact))
- Add a test badge to the `README`
- Link to `CONTRIBUTING.md` in `README`
- Unify copy between `README.md` and `action.yml`
- Copy-pasta the CoC from [download-artifact](https://github.com/actions/download-artifact)
This commit is contained in:
Patrick Ellis
2021-06-03 12:43:19 -04:00
committed by GitHub
parent bc80d164ed
commit ffa3fbeb8f
5 changed files with 141 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
name: 'Labeler'
description: 'Add labels to new pull requests based on the files that are changed'
description: 'Automatically label new pull requests based on the paths of files being changed'
author: 'GitHub'
inputs:
inputs:
repo-token:
description: 'The GITHUB_TOKEN secret'
configuration-path: