Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-03-31 07:34:03 +03:00
Files
login-action/.github/workflows/pr-assign-author.yml
2026-03-30 13:44:09 +02:00

18 lines
387 B
YAML

name: pr-assign-author
permissions:
contents: read
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] safe to use without checkout
types:
- opened
- reopened
jobs:
run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
permissions:
contents: read
pull-requests: write