diff --git a/.github/labeler.yml b/.github/labeler.yml index 3906adbd..31043c59 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 9ad89837..33eba838 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 }}"