Skip to content

Commit

Permalink
Add pr labeler (#83)
Browse files Browse the repository at this point in the history
* ci: add labeler workflow

* ci: add labeler config
  • Loading branch information
manekinekko committed Feb 16, 2021
1 parent 799f686 commit 5046de7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"scope: core":
- src/core/*

"scope: cli":
- src/cli/*

"scope: auth":
- src/auth/*

"scope: proxy":
- src/proxy/*
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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 5046de7

Please sign in to comment.