We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799f686 commit 5046de7Copy full SHA for 5046de7
.github/labeler.yml
@@ -0,0 +1,11 @@
1
+"scope: core":
2
+ - src/core/*
3
+
4
+"scope: cli":
5
+ - src/cli/*
6
7
+"scope: auth":
8
+ - src/auth/*
9
10
+"scope: proxy":
11
+ - src/proxy/*
.github/workflows/labeler.yml
+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 commit comments