Skip to content

Conversation

ilovelinux
Copy link

Fixes #595

@ilovelinux ilovelinux force-pushed the feat/ilovelinux-595-add-yaml-files-to-gitlab-ci branch from ea76699 to 5178514 Compare September 2, 2025 09:42
@sirosen
Copy link
Member

sirosen commented Sep 3, 2025

Thanks for filing the issue and PR! I had been under the impression that GitLab only supports the .yml suffix -- that's what's in their docs, and they do not mention support for .gitlab-ci.yaml.

Can you confirm that GitLab supports the .yaml suffix and will execute pipelines from configs with this extension?

There are a couple of things which need to be tweaked for this to merge:

  • CI tests confirm that .yaml is rejected by the regex -- that needs to be updated
  • per the comment in the .pre-commit-hooks.yaml file, that hook is autogenerated, so the config which generates it needs to be updated

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 this pull request may close these issues.

GitLab CI Hook ignores .yaml files
2 participants