File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "powershell" : {
6- "version" : " 7.4.6 " ,
6+ "version" : " 7.5.0 " ,
77 "commands" : [
88 " pwsh"
99 ],
Original file line number Diff line number Diff line change 4545
4646 # Pushing commits that add or change files under .github/workflows will cause our workflow to fail.
4747 # But it usually isn't necessary because the target branch already has (or doesn't have) these changes.
48- # So if the merged doesn't bring in any changes to these files, try the merge locally and push that
48+ # So if the merge doesn't bring in any changes to these files, try the merge locally and push that
4949 # to keep github happy.
5050 if ((git rev-list FETCH_HEAD ^HEAD --count -- .github/workflows) -eq 0) {
5151 # Indeed there are no changes in that area. So merge locally to try to appease GitHub.
You can’t perform that action at this time.
0 commit comments