From 83359e48bb40cc5c44699bfd34f40cde0b4d6035 Mon Sep 17 00:00:00 2001 From: Christoph Pelzer <32580372+stoffel2107@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:35:17 +0200 Subject: [PATCH] Update label.yml --- .github/workflows/label.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 0000000..c01c356 --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,12 @@ +name: Labeler +on: [pull_request] + +jobs: + label: + + runs-on: ubuntu-latest + + steps: + - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"