mirror of
https://github.com/docker/login-action.git
synced 2026-04-23 05:39:11 +08:00
Bumps the crazy-max-dot-github group with 2 updates: [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) and [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github). Updates `crazy-max/.github/.github/workflows/pr-assign-author.yml` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](d89fe92d80...4a17dbaa9c) Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](d89fe92d80...4a17dbaa9c) --- updated-dependencies: - dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crazy-max-dot-github - dependency-name: crazy-max/.github/.github/workflows/zizmor.yml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crazy-max-dot-github ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
387 B
YAML
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@4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2 # v1.7.0
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|