-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(formula): align with template formula; add ci tests #5
Conversation
MacOS trace
|
60c98e7
to
d24b311
Compare
BREAKING CHANGE: Major refactor of formula to bring it in alignment with the template-formula. As with all substantial changes, please ensure your existing configurations work in the ways you expect from this formula.
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
Thanks, @noelmcloughlin -- still had the same problem with pushing to the branch but I've figured out a way of getting around that for now. |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Is it possible *something* is disabling this? Presumably by mistake?
I checked some PRs today and they all *[x] enable edits by maintainer*s
because that is the default setting when creating a PR on github.com.
…On Mon, May 18, 2020 at 11:31 PM Imran Iqbal ***@***.***> wrote:
Thanks, @noelmcloughlin <https://github.com/noelmcloughlin> -- still had
the same problem with pushing to the branch but I've figured out a way of
getting around that for now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFUUQVDHWCQXLAI6LYGAYDRSGZL7ANCNFSM4MNUQPHA>
.
|
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?YES
Related issues and/or pull requests
Describe the changes you're proposing
Following Intellij blueprint, align this formula to template formula and add ci tests
Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context