📁Repository Settings
In this page we will explain how you can update or set your repository settings.
Last updated
In this page we will explain how you can update or set your repository settings.
Last updated
Managers of the organization can update repository settings. As a manager, you can go to repository settings by clicking settings from the bottom left menu and go to detail of the integration that you provided to fetch repositories for example github,
https://app.iftrue.co/settings or https://[your_org_slug].app.iftrue.co/settings
Than navigate to repository settings page
This tells us which branch you merge when a pull request ready to be deployed. The branch name should be exact match.
For example, most teams use main
branch as their base branch.
Enhance your MTTR and change failure rate tracking with our failure tracking options, crucial for accurate DORA metric assessment. To ensure precise values, we require your input on how failures should be tracked. Choose from two comprehensive options to inform us about your preferred approach for failure tracking:
Pull Request Label
This choice includes an additional option to select the specific label from your git provider that you utilize to distinguish bug fixes.
Pull Request Prefix
If you opt for this choice, kindly provide us with the prefix you use. Many teams follow conventional commits in their commit and pull request names, such as:
Merge to production branch
By selecting this option, we'll track deployments when code is merged directly into your production branch. This helps us provide accurate insights into your deployment frequency and streamline your development process.
Merge to custom branch
Opt for this option if your team follows a specific workflow where code is merged into a custom branch before being deployed to production.
Pull request with prefix
If your team employs a naming convention for pull requests that includes a specific prefix, this option is for you. Inform us about the prefix you use in your pull request titles, and we'll tailor our deployment tracking to match.
Pull request with label
For teams that classify pull requests using specific labels, this option is ideal. Let us know which label you assign to your pull requests when they're ready for deployment.
Github Action
Opt for this option if you utilize GitHub Actions to manage your deployments. By integrating with your existing workflows, we can seamlessly track deployments triggered by GitHub Actions, providing you with accurate metrics and valuable performance insights.
HTTP Request
This endpoint allows you to create a deployment for an organization with specified parameters. Please navigate this page for more information.