-
Notifications
You must be signed in to change notification settings - Fork 4
ci: Add dependabot go-storage auto build support #139
Conversation
Signed-off-by: Xuanwo <[email protected]>
ping @xxchan for a look. There are the following problems:
|
on: pull_request_target | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on: pull_request_target | |
permissions: | |
pull-requests: write | |
contents: write | |
on: pull_request |
is enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need Auto commit & push
, so write
is required.
I think we can test by removing |
Wait, but we have to merge this into master first to test? |
Yep, it's a problem. Maybe we can merge this to another branch? |
Signed-off-by: Xuanwo <[email protected]>
Here is an open PR from dependabot: #138 Maybe we can test via them instead. |
I think this is an affordable price: one or two useless commit |
Can it be triggered? I'm OK. |
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo [email protected]