From 6b1e787cd29cdcbf302f33fe96bcd39fbab31186 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 21 Sep 2023 23:37:11 +0300 Subject: [PATCH] [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 --- .github/labeler.yml | 3 ++- .github/workflows/labeler.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3906adb..31043c5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,12 +1,13 @@ ci: - .github/workflows/** + - .github/labeler.yml - .actrc - .pre-commit-config.yaml protocol: - src/protocols/** -games: +game: - src/games/** crate: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9ad8983..33eba83 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,6 +9,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"