diff --git a/.github/labeler.yml b/.github/labeler.yml index 961c0670..8af381c4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,12 @@ plugin: - - web/**/* + - changed-files: + - any-glob-to-any-file: web/**/* server: - - server/**/* + - changed-files: + - any-glob-to-any-file: server/**/* terraform: - - terraform/**/* + - changed-files: + - any-glob-to-any-file: terraform/**/* ci: - - .github/workflows/** \ No newline at end of file + - changed-files: + - any-glob-to-any-file: .github/workflows/** diff --git a/.github/workflows/build-worker.yml b/.github/workflows/build-worker.yml index ae471edb..2a5e9149 100644 --- a/.github/workflows/build-worker.yml +++ b/.github/workflows/build-worker.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build and load docker image diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index e2b1a605..6ebad84b 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: amannn/action-semantic-pull-request@v5