File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ " pkg:apollo-core " :
2+ - changed-files :
3+ - any-glob-to-any-file : " packages/apollo-core/**"
4+
5+ " pkg:apollo-react " :
6+ - changed-files :
7+ - any-glob-to-any-file : " packages/apollo-react/**"
8+
9+ " pkg:apollo-wind " :
10+ - changed-files :
11+ - any-glob-to-any-file : " packages/apollo-wind/**"
12+
13+ " pkg:ap-chat " :
14+ - changed-files :
15+ - any-glob-to-any-file : " web-packages/ap-chat/**"
16+
17+ " app:apollo-vertex " :
18+ - changed-files :
19+ - any-glob-to-any-file : " apps/apollo-vertex/**"
20+
21+ " app:storybook " :
22+ - changed-files :
23+ - any-glob-to-any-file : " apps/storybook/**"
24+
25+ " app:landing " :
26+ - changed-files :
27+ - any-glob-to-any-file : " apps/landing/**"
28+
29+ " app:react-playground " :
30+ - changed-files :
31+ - any-glob-to-any-file : " apps/react-playground/**"
32+
33+ " ci " :
34+ - changed-files :
35+ - any-glob-to-any-file : " .github/**"
Original file line number Diff line number Diff line change 1+ name : PR Labeler
2+
3+ on :
4+ pull_request :
5+ types : [opened, synchronize, reopened]
6+
7+ permissions :
8+ contents : read
9+ pull-requests : write
10+
11+ jobs :
12+ label :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
16+ with :
17+ sync-labels : true
You can’t perform that action at this time.
0 commit comments