You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we know that gerrit would not be able to merge canges made to .github/workflows folders their existence should not be a reason block a job that does not touch these files.
With molecule projects we have important github specific integrations what are using workflows and migrating them could prove a real challend, still these integrations are not related to project code itself.
At least for start this job should fail only if current change is touching these files instead of failing if these files exist.
While we can live without the label automator, the release-note updater became a critical part of the development process as it removed the need to update https://github.com/pycontribs/pytest-molecule/releases ourselves (or to include these notes in CR)
The text was updated successfully, but these errors were encountered:
While we know that gerrit would not be able to merge canges made to
.github/workflows
folders their existence should not be a reason block a job that does not touch these files.With molecule projects we have important github specific integrations what are using workflows and migrating them could prove a real challend, still these integrations are not related to project code itself.
Example:
At least for start this job should fail only if current change is touching these files instead of failing if these files exist.
While we can live without the label automator, the release-note updater became a critical part of the development process as it removed the need to update https://github.com/pycontribs/pytest-molecule/releases ourselves (or to include these notes in CR)
The text was updated successfully, but these errors were encountered: