diff options
author | QMK Bot <hello@qmk.fm> | 2023-12-04 15:53:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-12-04 15:53:32 +0000 |
commit | 8c4b0827ac81eab5651c53c1911c4c31bd016814 (patch) | |
tree | db8056e6c4715e40249dadaa3dbbbc0108f656b7 | |
parent | daa5afcf1d4a901e628bca8adb4711769b268c85 (diff) | |
parent | 6042094c7549d7fda4f1e749d5b3652c2f442974 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 95f58ff003..fa4b8981ad 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: '.github/labeler.yml' |