Create infrastructure for automating various Rowbot operations #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: uplime/rowbot#18
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?
CI should be implemented to automatically create Rowbot releases based off of tags.
A release package should be automatically uploaded as well.
Create infrastructure for automating Rowbot releasesto Create infrastructure for automating various Rowbot operationsInfrastructure is needed for the following:
Create a release on Gitea for any tag committed.
Run test suite for various events:
PRs that are opened against the
stable
branch.Comments on PRs and commits that request it (
!test
?)Merge PRs if all tests pass
Close the linked issue, if any
Delete the branch that was merged from
Test suite:
Running it through
bash -n
Shellcheck
Rowbot's internal testrunner