mirror of
https://github.com/docker/metadata-action.git
synced 2026-03-27 13:57:49 +08:00
Bumps [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](20ef82212d...bbd31df64e)
---
updated-dependencies:
- dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml
dependency-version: 1.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
18 lines
321 B
YAML
18 lines
321 B
YAML
name: pr-assign-author
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
|
|
jobs:
|
|
run:
|
|
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@bbd31df64ee0f097a02f12495f541f9236f18c46 # v1.2.0
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|