Skip to content

Commit

Permalink
Added labeller (#386)
Browse files Browse the repository at this point in the history
* Added labeller

* Update labeler.yml
  • Loading branch information
sfawcett123 authored Nov 30, 2020
1 parent 345294f commit 31145d6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---

VisualCSharp:
- GetIntoTeachingApi/**/*.cs

Test:
- GetIntoTeachingApiTests/**/*

Monitoring:
- monitoring/**/*

DevOps:
- terraform/**/*
- .github/**/*.yml

Docker:
- Dockerfile
- docker-compose.yml
10 changes: 10 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 }}"

0 comments on commit 31145d6

Please sign in to comment.