-
Notifications
You must be signed in to change notification settings - Fork 17
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
create action(s) for packages #2
Comments
this issue is too big and will need to be broken down into smaller parts. |
Now, let's break this down into smaller pieces, sorted roughly by kind and (loosely) order of execution: Provisioning (for lack of a better term)
CI (narrowly defined)
"Programmatic Commits" (for lack of a better term)
These are, potentially, the most destructive / confusing, because they cause programmatic diffs. Programmatic Code Review
These are all essentially code review bots who write below commits and PRs via the github API. Continuous Delivery (deploying artefacts somewhere)
|
structure and ideas in here are well documented in issues and labels. |
These actually should be separate actions, because
DESCRIPTION
. We don't want people to have to specify the dependencies in theDESCRIPTION
and their byod in this case. This (the parsing) may need some amount of bashing.The text was updated successfully, but these errors were encountered: