-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependencies and add copilot[bot] to CLA allowlist #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
79876c2
d63262c
73a8129
da377e0
83bbfd3
a907268
8c93f8b
bf6070e
063c23d
63333c2
4951e47
e0a0d4b
7506c14
64e0a82
baeb422
af86eef
ae2b0ab
32fddf0
5a59879
b9713f3
b8e3d37
62aec05
894ea79
d4ac895
1b8e166
a6ff7ee
a0bebc5
49974eb
58fae1e
0e573fe
ba0bbe6
d45cf0a
b371b6c
594b97d
6486dae
6538c6e
3f8e0e3
7243cc9
991304e
a55395b
a96cd97
9f46f25
5f1b964
02dd51b
236785d
cb06fce
3984f9c
860d3e3
8e47fd8
3ab48f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -40,8 +40,7 @@ | |||||||||||
| </ItemGroup> | ||||||||||||
|
|
||||||||||||
| <ItemGroup> | ||||||||||||
| <PackageReference Include="Codeuctivity.OpenXmlPowerTools" Version="9.0.416" /> | ||||||||||||
| <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" /> | ||||||||||||
| <PackageReference Include="Codeuctivity.OpenXmlPowerTools" Version="9.0.493" /> | ||||||||||||
|
||||||||||||
| <PackageReference Include="Codeuctivity.OpenXmlPowerTools" Version="9.0.493" /> | |
| <PackageReference Include="Codeuctivity.OpenXmlPowerTools" Version="9.0.493" /> | |
| <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | |
| <PrivateAssets>all</PrivateAssets> | |
| </PackageReference> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow no longer triggers on
pull_requestevents. This will prevent CI from running as a PR check (only runs on pushes), which typically breaks required status checks and allows regressions to merge undetected. If the intent is just to ignore markdown-only changes, keep thepull_requesttrigger and addpaths-ignoreunder bothpushandpull_request(or usepathsfilters).