Run pipeline for default branch after importing a repository
If a repository is imported and contains a .gitlab-ci.yml file (or Auto DevOps is enabled), it could be nice to run the pipeline for the default branch automatically. Currently the pipeline isn't run until the first commit is pushed.
Proposal
On import, automatically run the pipeline for the default branch if a .gitlab-ci.yml file is present (or Auto DevOps is enabled).
Edited by Fabio Busatto