mirror of
https://github.com/docker/build-push-action.git
synced 2026-04-06 15:58:17 +01: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.3.0 to 1.5.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](bb328ea508...8df2a341be) Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](bb328ea508...8df2a341be) --- updated-dependencies: - dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml dependency-version: 1.5.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.5.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@8df2a341be4d0540858ba7abbdffb5edafb2a1a7 # v1.5.0
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|