Updated README and added issue templates. (#382)

This commit is contained in:
Andrew Kerr
2021-12-17 09:26:20 -05:00
committed by GitHub
parent 3799e12f25
commit 4e666e1dfd
8 changed files with 196 additions and 2 deletions

11
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"