mirror of
https://github.com/docker/bake-action.git
synced 2025-12-06 07:48:26 +08:00
Merge pull request #326 from crazy-max/pr-assign-author
Some checks failed
ci / bake (default) (push) Failing after 35s
ci / bake (release) (push) Failing after 36s
ci / error-msg (push) Successful in 26s
ci / error-check (push) Failing after 20s
ci / standalone (push) Failing after 19s
ci / remote (push) Failing after 25s
ci / provenance () (push) Failing after 24s
ci / provenance (builder-id=foo) (push) Failing after 20s
ci / provenance (false) (push) Failing after 20s
ci / provenance (mode=max) (push) Failing after 20s
ci / provenance (true) (push) Failing after 20s
ci / sbom (/tmp/bake-build, binary) (push) Failing after 35s
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Failing after 35s
ci / set (push) Successful in 45s
ci / group (push) Failing after 35s
ci / docker-config-malformed (push) Successful in 26s
ci / proxy-docker-config (push) Failing after 36s
ci / proxy-buildkitd (push) Failing after 36s
ci / git-context (push) Failing after 20s
ci / git-context-and-local (push) Failing after 20s
ci / multi-output (push) Failing after 36s
ci / load-and-push (push) Failing after 35s
ci / summary-disable (push) Failing after 20s
ci / summary-disable-deprecated (push) Failing after 21s
ci / summary-not-supported (push) Failing after 20s
ci / record-upload-disable (push) Failing after 20s
ci / record-retention-days (0) (push) Failing after 20s
ci / record-retention-days (2) (push) Failing after 20s
ci / checks (edge) (push) Failing after 20s
ci / checks (v0.14.1) (push) Failing after 20s
ci / annotations-disabled (push) Failing after 20s
ci / allow (edge) (push) Failing after 20s
ci / allow (v0.17.1) (push) Failing after 20s
ci / allow (v0.18.0) (push) Failing after 20s
ci / allow (v0.19.0) (push) Failing after 25s
test / test (push) Failing after 20s
validate / prepare (push) Failing after 25s
validate / validate (push) Has been skipped
Some checks failed
ci / bake (default) (push) Failing after 35s
ci / bake (release) (push) Failing after 36s
ci / error-msg (push) Successful in 26s
ci / error-check (push) Failing after 20s
ci / standalone (push) Failing after 19s
ci / remote (push) Failing after 25s
ci / provenance () (push) Failing after 24s
ci / provenance (builder-id=foo) (push) Failing after 20s
ci / provenance (false) (push) Failing after 20s
ci / provenance (mode=max) (push) Failing after 20s
ci / provenance (true) (push) Failing after 20s
ci / sbom (/tmp/bake-build, binary) (push) Failing after 35s
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Failing after 35s
ci / set (push) Successful in 45s
ci / group (push) Failing after 35s
ci / docker-config-malformed (push) Successful in 26s
ci / proxy-docker-config (push) Failing after 36s
ci / proxy-buildkitd (push) Failing after 36s
ci / git-context (push) Failing after 20s
ci / git-context-and-local (push) Failing after 20s
ci / multi-output (push) Failing after 36s
ci / load-and-push (push) Failing after 35s
ci / summary-disable (push) Failing after 20s
ci / summary-disable-deprecated (push) Failing after 21s
ci / summary-not-supported (push) Failing after 20s
ci / record-upload-disable (push) Failing after 20s
ci / record-retention-days (0) (push) Failing after 20s
ci / record-retention-days (2) (push) Failing after 20s
ci / checks (edge) (push) Failing after 20s
ci / checks (v0.14.1) (push) Failing after 20s
ci / annotations-disabled (push) Failing after 20s
ci / allow (edge) (push) Failing after 20s
ci / allow (v0.17.1) (push) Failing after 20s
ci / allow (v0.18.0) (push) Failing after 20s
ci / allow (v0.19.0) (push) Failing after 25s
test / test (push) Failing after 20s
validate / prepare (push) Failing after 25s
validate / validate (push) Has been skipped
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