Add two more GitHub Actions workflows (#633) #634
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-210886004-release-0.28"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change adds:
tag.yml
: Creates a new tag every time the master or a release branchis pushed.
backport.yml
: Creates a cherry-pick in older release branches tokeep them up to date with little cost.
(cherry picked from commit
2ac9f4e69b
)