Skip to content

chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 in the dependencies group #74

chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 in the dependencies group

chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 in the dependencies group #74

Workflow file for this run

---
name: "Test Pull Request Labeler"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/labeler.yaml
with:
config-path: .github/labeler.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}