Skip to content

feat: ensure contents of container image changes #60

feat: ensure contents of container image changes

feat: ensure contents of container image changes #60

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 }}