Skip to content
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

rock-pull-request workflow does nothing #125

Closed
artivis opened this issue Nov 29, 2023 · 1 comment · Fixed by #126
Closed

rock-pull-request workflow does nothing #125

artivis opened this issue Nov 29, 2023 · 1 comment · Fixed by #126

Comments

@artivis
Copy link
Contributor

artivis commented Nov 29, 2023

The rock-pull-request workflow does nothing.

The reason is that it relies on the tj-actions/changed-files action to get a list of all modified rockcraft.yaml files but then uses the wrong output variable from this action. It uses changed_files -- which was renamed a while back to type_changed_files -- which gets the list of files which extension have been changed.
This results in an empty list, which is happily and successfully iterated over by the job resulting in a happy CI.

artivis added a commit to artivis/observability that referenced this issue Nov 29, 2023
  Fix canonical#125

Signed-off-by: artivis <jeremie.deray@canonical.com>
@lucabello
Copy link
Contributor

Thanks for submitting the issue and the PR! I'll be on it right away :)

artivis added a commit to artivis/observability that referenced this issue Dec 1, 2023
  Fix canonical#125

Signed-off-by: artivis <jeremie.deray@canonical.com>
simskij pushed a commit that referenced this issue Dec 1, 2023
Fix #125

Signed-off-by: artivis <jeremie.deray@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants