mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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>
20 lines
357 B
YAML
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
|