-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git Hooks and Actions #5
Labels
-priority
Take a look at this soon!
build
Improvements to the build process
status: longterm
This task will be around a while
Comments
devlinjunker
added
status: longterm
This task will be around a while
status: WIP
Work in progress
labels
Sep 18, 2020
Add Design Documents for any scripts that we add, we can add sequence diagrams maybe? and explain where info is coming from? and responses to user see #7 |
This was referenced Nov 7, 2020
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
-priority
Take a look at this soon!
build
Improvements to the build process
status: longterm
This task will be around a while
IDEA:
scripts/
directory:Hooks:
[ ] enforce workflow during local developmentrun build/tests on commit/
master
,release-*
[ ] prevent tags being pushed from developer machine (pre-push hook to verify no new tags)Actions
feature*
applysubtask
labelwip: ***
addstatus:wip
labelpoc
orstatus: wip
labeled commits or branches from being merged (Related Start using Label Manager Action #8)release-0.8
)master
(0.8-SNAPSHOT -> 0.9-SNAPSHOT)Squash
orRebase
only? #17 )merge:
? Comment withmerge!
verify-merge
action<prefix>(optional scope): <description>
use standarized merge commit message unless comment contains message aftermerge
?[ ] Greate Gihub Actions to build project on PR and commit to masterThe text was updated successfully, but these errors were encountered: