mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[CI] Fix misc stuff with labeler CI. (#103)
* [CI] Fix games tag with the s * [CI] Add labeler.yml as file for CI tag * [CI] Also use checkout on triage
This commit is contained in:
parent
a8489e4353
commit
6b1e787cd2
2 changed files with 3 additions and 1 deletions
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
|
|
@ -1,12 +1,13 @@
|
||||||
ci:
|
ci:
|
||||||
- .github/workflows/**
|
- .github/workflows/**
|
||||||
|
- .github/labeler.yml
|
||||||
- .actrc
|
- .actrc
|
||||||
- .pre-commit-config.yaml
|
- .pre-commit-config.yaml
|
||||||
|
|
||||||
protocol:
|
protocol:
|
||||||
- src/protocols/**
|
- src/protocols/**
|
||||||
|
|
||||||
games:
|
game:
|
||||||
- src/games/**
|
- src/games/**
|
||||||
|
|
||||||
crate:
|
crate:
|
||||||
|
|
|
||||||
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v4
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue