We’ve updated the naming convention for pipelines integrated via GitHub OAuth app and Bitbucket Cloud.
Previously, OAuth pipelines were automatically named {project-name} default
, which in some cases created confusion.
To improve clarity, we’ve simplified the naming structure by removing the “default” suffix. These pipelines are now simply named after their associated project.
This change is reflected across:
- Project Settings > Pipelines
- Project Settings > Triggers
- Trigger Pipeline modal
The public API and the ‘Pipeline’ column in the Pipelines page already used the simplified naming convention.