NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

As a user, I want to disable requirements / changelog generation #46

Closed jordanpadams closed 3 years ago

jordanpadams commented 3 years ago

Motivation

...so that I can run an integration build that does not include the requirements or changelog generation.

Additional Details

Specifically when running on branches, it makes no sense to regenerate these since the build is to close out a ticket that would then impact a changelog.

Acceptance Criteria

Given a configured repo with an unstable roundup configured, and a new config specified to ignore requirements/changelog When I perform an update to a branch that triggers a build Then I expect no changelog/requirements to be generated, and the build to execute successfully.

Engineering Details