Skip to content

Commit

Permalink
Create labeler.yml (#656)
Browse files Browse the repository at this point in the history
* Create labeler.yml

* Create labeler.yml
  • Loading branch information
frode-carlsen committed Jan 14, 2021
1 parent 0980512 commit b81bc1e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kontrakt:
- model/src/main/java/**/*
- core/src/main/java/**/*

mocks:
- 'mocks/**/src/main/java/**/*'

web:
- server/src/main/java/**/*

pom:
- '**/*/pom.xml'
- pom.xml
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
pull_request_target:

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit b81bc1e

Please sign in to comment.