From 0869bca23c42fae58c6ec65dd2516d6b577c8996 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 29 Mar 2020 08:36:14 +1000 Subject: Add Github Workflows (#5) --- .github/workflows/label.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/label.yml (limited to '.github/workflows/label.yml') diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 0000000..afcd7b5 --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,10 @@ +--- +name: Labeler +on: [pull_request] +jobs: + label: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" -- cgit v1.2.3