Closed lym953 closed 1 month ago
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 2m.
Use /merge -c
to cancel this operation!
:rotating_light: MergeQueue: This merge request is in error
mergequeue build completed successfully, but the github api returned an error while merging the pr. It's probably because:
If you need support, contact us on Slack #devflow with those details!
/merge
:steam_locomotive: MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove
command.
Use /merge -c
to cancel this operation!
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 2m.
Use /merge -c
to cancel this operation!
…up using Payload.$
Motivation
If
serverless.yml
is already setting up sfn->Lambda context injection using thePayload.$
field:right now our plugin will print a message:
This shouldn't be a
[Warn]
. We usually only add[Warn]
when context injection is not set up yet and skipped for some reason.What does this PR do?
Remove the
[Warn]
Testing Guidelines
Additional Notes
Types of changes
Check all that apply