Skip to content

Commit ea23129

Browse files
authored
chore: disable codeflow for pull requests (#28101)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> Team isn't using the integration. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Disables the Codeflow integration on pull requests ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 7b551fd commit ea23129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stackblitz/codeflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"enabled": false
55
},
66
"pullRequests": {
7-
"enabled": true
7+
"enabled": false
88
}
99
}
1010
}

0 commit comments

Comments
 (0)