From 81aa3f2307c81b05e171f904974e8c35d8e8863f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 16 May 2020 21:19:38 +0600 Subject: [PATCH] update labeler task --- .github/workflows/label.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index e90b599b9a..be1ee465e3 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -5,15 +5,14 @@ # file with configuration. For more information, see: # https://github.com/actions/labeler/blob/master/README.md -name: Labeler -on: [pull_request] +name: "Pull Request Labeler" +on: + - pull_request jobs: - label: - + triage: runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"