Prevent branches from being merged that have a -dev
suffix on the version number #2
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Zero
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Firepup650/FireBot#2
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?
I'm not sure how/if this is possible, but it would be a nice sanity check.
@9pfs any ideas on this?
If you disable pushes for the main branch and only do PRs, maybe you could use forgejo actions
I mean I don't exactly want to do that, I mean if something is PR'd, don't allow it to be merged unless it doesn't contain
-dev
in the versionEssentially:
-dev
versionAlso I should have people update version numbers, I guess
Prevent branches from being merged that add ato Prevent branches from being merged that have a-dev
suffix to the version number-dev
suffix on the version numberCould you just use forgejo actions then?
idk how to do that @9pfs, could you set one up?
Where would the forgejo actions runner be running?
Huh? What do you mean?
You'd have to have a forgejo actions runner somewhere to run workflows
Uh. idk what that would entail exactly, idek what that is
https://forgejo.org/docs/latest/user/actions/
That's a large document.
suggests trying the quick start
That doesn't even mention how to set up a runner thingy, just how to do a demo workflow
https://forgejo.org/docs/latest/admin/actions/#forgejo-runner
I mean I wouldn't run that on fpi for fear of it burning a lot of my limited CPU, could you get instructions so I could set it up on nest when I have time?
As a side note, there's a reason there's low priority on this, I don't really want to bother setting it up, it'd just be nice to have.