Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VladThodo authored Dec 14, 2019
1 parent 2e25214 commit 2ff8f03
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# 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:
Expand Down

0 comments on commit 2ff8f03

Please sign in to comment.