mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-12-06 07:48:13 +08:00
Merge pull request #212 from crazy-max/pr-assign-author
Some checks failed
test / test (push) Failing after 20s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
ci / main (tonistiigi/binfmt:latest, all) (push) Successful in 9m33s
ci / default (push) Successful in 9m37s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Successful in 9m33s
ci / main (tonistiigi/binfmt:master, all) (push) Successful in 9m41s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Successful in 9m33s
ci / error (push) Failing after 8s
ci / cache-image (false) (push) Successful in 13s
ci / cache-image (true) (push) Successful in 9m31s
ci / version (tonistiigi/binfmt:latest) (push) Successful in 9m31s
ci / version (tonistiigi/binfmt:master) (push) Successful in 9m34s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Successful in 9m41s
Some checks failed
test / test (push) Failing after 20s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
ci / main (tonistiigi/binfmt:latest, all) (push) Successful in 9m33s
ci / default (push) Successful in 9m37s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Successful in 9m33s
ci / main (tonistiigi/binfmt:master, all) (push) Successful in 9m41s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Successful in 9m33s
ci / error (push) Failing after 8s
ci / cache-image (false) (push) Successful in 13s
ci / cache-image (true) (push) Successful in 9m31s
ci / version (tonistiigi/binfmt:latest) (push) Successful in 9m31s
ci / version (tonistiigi/binfmt:master) (push) Successful in 9m34s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Successful in 9m41s
pr-assign-author workflow
This commit is contained in:
17
.github/workflows/pr-assign-author.yml
vendored
Normal file
17
.github/workflows/pr-assign-author.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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@1b673f36fad86812f538c1df9794904038a23cbf
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
Reference in New Issue
Block a user