mirror of
https://github.com/apple/container.git
synced 2026-09-24 23:29:51 -05:00
- This can basically Help teams know what changes are made in pr
- Added the split approach @katiewasnothere suggested using openssf
- Added additional feature for colors
- Currently this is for CLI only later we can add multiple
- Labeling flow
- TRIGGER: Pull Request Opened (untrusted code)
- READ-ONLY stage: just save job number to artifact
- WRITE: load job number artifact, use GH labeler
action with `labeler.yml` from repo
5 lines
115 B
YAML
5 lines
115 B
YAML
cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'Sources/CLI/**'
|
|
- 'Sources/ContainerCommands/**' |