mirror of
https://github.com/docker/login-action.git
synced 2025-11-11 20:46:20 +08:00
Compare commits
3 Commits
1fe1e10335
...
4698a35a7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4698a35a7d | ||
|
|
6d4b68b490 | ||
|
|
b7f1bbcce7 |
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
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
"packageManager": "yarn@3.6.3",
|
"packageManager": "yarn@3.6.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@aws-sdk/client-ecr": "^3.766.0",
|
"@aws-sdk/client-ecr": "^3.787.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.758.0",
|
"@aws-sdk/client-ecr-public": "^3.787.0",
|
||||||
"@docker/actions-toolkit": "^0.57.0",
|
"@docker/actions-toolkit": "^0.57.0",
|
||||||
"http-proxy-agent": "^7.0.2",
|
"http-proxy-agent": "^7.0.2",
|
||||||
"https-proxy-agent": "^7.0.6"
|
"https-proxy-agent": "^7.0.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user