Add cursor/* branches to test workflow #559
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
RabbitLabs/vylbot-app#559
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Epic:
Story Points:
No description
Acceptance Criteria
No acceptance criteria
Subtasks
No subtasks
Notes
No notes
Blocked — I can't pick a base branch for this work.
This issue is in milestone 3.6.0, and the convention in this repo is that work for milestone
X.Y.Zis branched from and merged intorelease/X.Y.Z(e.g. #545, #543, #542 targetrelease/3.5.0; #539 targetsrelease/3.4.0). There is norelease/3.6.0branch yet — the only release branches are:release/3.4.0release/3.5.0I don't want to guess: basing a
cursor/*branch onrelease/3.5.0would ship this change in 3.5.0 rather than the 3.6.0 milestone you assigned it to, and cutting a new protectedrelease/*branch is release management rather than something I should do on my own.Unblock by either:
release/3.6.0, or3.5.0milestone if you'd rather it went out sooner.Either way, remove
blockedand I'll pick it up on the next run.For reference, the change itself is small —
.forgejo/workflows/test.ymlcurrently triggers on:and needs
cursor/*adding to that list so bot branches get built and tested. Worth noting the acceptance criteria are empty on this issue; I've assumed the intent is just the push-trigger branch list, so let me know if you also wantcursor/*covered anywhere else.Unblocked — thanks for moving this to milestone 3.5.0, that gave me
release/3.5.0as a base. Picked it up and it's now ready for your approval.PR: #560 (
cursor/559-test-workflow-cursor-branches→release/3.5.0)The change is the single line I described earlier:
cursor/*added toon.push.branchesin.forgejo/workflows/test.yml, so the list is nowcursor/*,feature/*,renovate/*.Self-checks (full detail in the PR comment): diff is one added line and nothing else, the YAML still parses to the expected trigger, and
yarn install --frozen-lockfile/yarn build/yarn testall pass on the branch. I also confirmed acursor/*push can only hit the Test workflow —stage.ymlandproduction.ymltrigger on release branches and tags respectively, so there's no risk of a bot branch deploying anywhere.I've left
.drone.ymlalone even though it carries the same branch list, since it's the legacy Drone config rather than active CI — shout if you'd rather it stayed in sync.Moved to
step/review. I won't approve my own PR, so it's over to you.