Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Seniru committed Sep 18, 2019
1 parent d045b6e commit de0bdc5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Labeler
on: [pull_request]

jobs:
label:
on: [pull_request_review, pull_request_review_comment]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
- uses: actions/checkout@master
- name: Labeler
uses: estrada9166/labeler@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CONFIG_PATH: labeler-config.yml

0 comments on commit de0bdc5

Please sign in to comment.