diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f92be07..e9b94a2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-20.04 steps: - - uses: github/issue-labeler@v3.2 + - uses: github/issue-labeler@v3.3 with: # Secret token needed (not sure which permisions though) repo-token: "${{ secrets.LABELLER }}"