diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index ce34f284..d4914069 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -35,6 +35,10 @@ jobs: run: | echo "::add-matcher::${{ runner.tool_cache }}/php.json" echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" + + - uses: actions/labeler@v2 + with: + repo-token: ${{ secrets.GTHB_TOKEN }} - name: Install dependencies run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction