mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
* [CI] Fix games tag with the s * [CI] Add labeler.yml as file for CI tag * [CI] Also use checkout on triage
15 lines
186 B
YAML
15 lines
186 B
YAML
ci:
|
|
- .github/workflows/**
|
|
- .github/labeler.yml
|
|
- .actrc
|
|
- .pre-commit-config.yaml
|
|
|
|
protocol:
|
|
- src/protocols/**
|
|
|
|
game:
|
|
- src/games/**
|
|
|
|
crate:
|
|
- Cargo.toml
|
|
- Cargo.lock
|