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 abeee69 commit a493fbcCopy full SHA for a493fbc
.github/labeler.yml
@@ -0,0 +1,19 @@
1
+C-lib:
2
+ - changed-files:
3
+ - any-glob-to-any-file: ['cot/**']
4
+
5
+C-cli:
6
7
+ - any-glob-to-any-file: ['cot-cli/**']
8
9
+C-macros:
10
11
+ - any-glob-to-any-file: ['cot-macros/**']
12
13
+C-codegen:
14
15
+ - any-glob-to-any-file: ['cot-codegen/**']
16
17
+A-ci:
18
19
+ - any-glob-to-any-file: ['.github/**']
.github/workflows/labeler.yml
@@ -0,0 +1,14 @@
+name: "Pull Request Labeler"
+on:
+ pull_request_target:
+ workflow_dispatch:
+jobs:
+ labeler:
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments