Files
docker-docs/.github/workflows/labeler.yml
David Karlsson 9919609453 chore: remove pull_request_target triggers from pr-review and labeler
pr-review: drop pull_request_target (auto-review on open/ready_for_review).
Manual /review via issue_comment is preserved and unaffected.

labeler: replace pull_request_target with workflow_dispatch to disable
automatic fork-PR labeling. Can be re-enabled by reverting this change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 17:16:32 +01:00

20 lines
357 B
YAML

name: labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
jobs:
labeler:
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
-
name: Run
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1