Skip to content

Commit

Permalink
added labler.yml as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed May 27, 2020
1 parent 85dc3dc commit 127aa6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Add 'boot' label to any Spring boot projects
boot:
- boot-*/**/*
# Add 'kotlin' label to any Spring boot projects
kotlin:
- src/**/*.kt
16 changes: 5 additions & 11 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@
# 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 }}"
# Add 'boot' label to any Spring boot projects
repo:
- boot-*/**/*
# Add 'kotlin' label to any Spring boot projects
kotlin:
- src/**/*.kt

0 comments on commit 127aa6b

Please sign in to comment.