ci(canary-release): Add commit check job to skip redundant releases #15
canary-release.yml
on: pull_request
check-commits
6s
canary
15m 39s
Annotations
2 errors and 23 warnings
|
canary
Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release
|
|
canary
Unhandled error: HttpError: Resource not accessible by integration
|
|
check-commits
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
canary
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/ai-inference@v1, actions/checkout@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4, nick-fields/retry@v3, softprops/action-gh-release@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
canary
One or more packages could not be pushed to GitHub Packages (403 Forbidden). This is expected for fork PRs. Download packages from the workflow artifacts instead.
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollContentPresenter.cs#L204
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L770
Nullability of reference types in type of parameter 'sender' of 'void SmoothScrollViewer.OnKeyDown(object sender, KeyEventArgs e)' doesn't match the target delegate 'EventHandler<KeyEventArgs>' (possibly because of nullability attributes).
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L635
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
canary:
src/PleasantUI/PleasantTheme.axaml.cs#L265
Possible null reference argument for parameter 'name' in 'Theme.Theme(string name, ThemeVariant? themeVariant)'.
|
|
canary:
src/PleasantUI/PleasantTheme.axaml.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void PleasantTheme.CustomThemesOnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L42
'ModalWindowHost.VerticalContentAlignment' hides inherited member 'ContentControl.VerticalContentAlignment'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L32
'ModalWindowHost.HorizontalContentAlignment' hides inherited member 'ContentControl.HorizontalContentAlignment'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L25
'ModalWindowHost.VerticalContentAlignmentProperty' hides inherited member 'ContentControl.VerticalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L19
'ModalWindowHost.HorizontalContentAlignmentProperty' hides inherited member 'ContentControl.HorizontalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/NavigationView/NavigationView.cs#L1468
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollContentPresenter.cs#L204
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L770
Nullability of reference types in type of parameter 'sender' of 'void SmoothScrollViewer.OnKeyDown(object sender, KeyEventArgs e)' doesn't match the target delegate 'EventHandler<KeyEventArgs>' (possibly because of nullability attributes).
|
|
canary:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L635
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
canary:
src/PleasantUI/PleasantTheme.axaml.cs#L265
Possible null reference argument for parameter 'name' in 'Theme.Theme(string name, ThemeVariant? themeVariant)'.
|
|
canary:
src/PleasantUI/PleasantTheme.axaml.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void PleasantTheme.CustomThemesOnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L42
'ModalWindowHost.VerticalContentAlignment' hides inherited member 'ContentControl.VerticalContentAlignment'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L32
'ModalWindowHost.HorizontalContentAlignment' hides inherited member 'ContentControl.HorizontalContentAlignment'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L25
'ModalWindowHost.VerticalContentAlignmentProperty' hides inherited member 'ContentControl.VerticalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L19
'ModalWindowHost.HorizontalContentAlignmentProperty' hides inherited member 'ContentControl.HorizontalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
|
canary:
src/PleasantUI/Controls/NavigationView/NavigationView.cs#L1468
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
canary-ai-prompts
Expired
|
3.89 KB |
sha256:aa69a0f1dbd28fbc3f95f7c89ec5f08b8b18dd2f162263b38cae48064920c36c
|
|
|
canary-release-artifacts
Expired
|
18.2 MB |
sha256:66aaf52d45498a5d81be241c578ed492baa32b9aa3c33abcfdfb700c2eb8d8ba
|
|
|
canary-release-notes
Expired
|
1.19 KB |
sha256:3db25370052b61f65b31690416b4a81376a0901ea67bc7b086f0ae91a1275698
|
|