chore(sync): support network h2 for vmess/vless #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⏳ dae-wing (origin/main) is currently out-of-sync to dae (origin/main); changes are proposed by @daeBot in actions - https://github.com/daeuniverse/dae-wing/actions/runs/5600266634
Changelogs
#226 - ci(pr-build): add pr.ready_for_review trigger
PR: daeuniverse/dae#226
Context:
Add
pr.ready_for_review
trigger inPR Build (Preview)
. It should trigger PR build when a drafted PR converts toready for review
state.Ref: https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads?actionType=ready_for_review#pull_request
#230 - ci(seed-build): checkout codebase based on ref
PR: daeuniverse/dae#230
Context:
Check out to codebase based on a given
github.sha
. This is necessary when we do future releases.Quoted from https://github.com/actions/checkout
#229 - feat(vmess/vless): support network h2
PR: daeuniverse/dae#229
Context:
This PR supports network
h2
of VMess/VLESS.