(PTFE-3058) Add support for copilot branch#261
Open
matthiasL-scality wants to merge 1 commit intomainfrom
Open
(PTFE-3058) Add support for copilot branch#261matthiasL-scality wants to merge 1 commit intomainfrom
matthiasL-scality wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #261 +/- ##
==========================================
+ Coverage 89.03% 89.05% +0.01%
==========================================
Files 75 75
Lines 10060 10074 +14
==========================================
+ Hits 8957 8971 +14
Misses 1103 1103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request expands support for automated branch types in the workflow and test suite by introducing
copilotandclaudeas recognized branch prefixes. It also updates tests and configuration to ensure these branches are handled correctly, particularly in scenarios where Jira ticket checks can be bypassed.Branch prefix support:
copilotandclaudeto the list of recognized prefixes in theFeatureBranchclass, allowing these branches to be processed like other automated branches.settings.sample.ymlconfiguration to document and acceptcopilotandclaudeas valid bypass prefixes for issue tracker checks.Test coverage improvements:
test_feature_branch_namesto verify thatcopilotandclaudebranches do not require Jira issue keys or projects.test_not_my_job_casesto includecopilotandclaudebranches, ensuring they are handled appropriately in scenarios where jobs are not assigned.copilotandclaudepull requests intest_dependabot_pr, confirming that these PRs can bypass Jira ticket requirements when properly configured.