summaryrefslogtreecommitdiffstats
path: root/.github/pr_labeler.yml
blob: c886330875612227b8596f4189efbda161e37ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"component:api":
  - any: ["awx/**/*", "!awx/ui/**"]

"component:ui":
  - any: ["awx/ui/**/*"]

"component:docs":
  - any: ["docs/**/*"]

"component:cli":
  - any: ["awxkit/**/*"]

"component:awx_collection":
  - any: ["awx_collection/**/*"]

"dependencies":
  - any: ["awx/ui/package.json"]
  - any: ["requirements/*"]