Skip to content

feat: add hostNetwork support #223

feat: add hostNetwork support

feat: add hostNetwork support #223

Workflow file for this run

name: Auto label
on:
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize, edited]
permissions: {}
jobs:
autolabeler:
# Skip fork PRs — the GITHUB_TOKEN is read-only and cannot add labels
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}