Commit 9ebc3bd
Update pull request creation condition with feature flag
Replaced the static check for `_gitHubOptions.UseInventoryWithPullRequest` with an asynchronous feature flag check using `_featureManager.IsEnabledAsync("UseInventoryWithPullRequest")`. This enhancement allows for more dynamic control over the pull request creation process based on feature management settings.1 parent b0009cc commit 9ebc3bd
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments