Add GetCallbacksBySubscriptionIdAsync - webhook callback event history related to subscription ID#177
Add GetCallbacksBySubscriptionIdAsync - webhook callback event history related to subscription ID#177AndriiYudaichev wants to merge 4 commits intodevelopfrom
Conversation
…history related to subscription ID with advanced filtering and sorting capabilities
- update defaults - fetch-depth & shell
| defaults: | ||
| run: | ||
| shell: pwsh | ||
| shell: bash |
There was a problem hiding this comment.
I've fixed publish to Nuget step syntax to powershell. Please doublecheck this shell with accordance to run pipeline of Publish Nuget Package step
There was a problem hiding this comment.
i have added shell: pwsh to Publish Nuget Package step, test dotnet nuget push on local folder => it is ok,
so action should work if no issue with secrets
| <Project> | ||
| <PropertyGroup> | ||
| <Version>1.4.0</Version> | ||
| <Version>1.5.0</Version> |
There was a problem hiding this comment.
Just FYI - you may not care about version until new version publish. So, all your changes will looks like PR with code and updated changelog. Only when new release will be creating - in that case, publisher should care about bumping version.
Just omit this changes in future for feature pr fixes PR
- ci/cd security issue - timeouts - detect new OS in runtime - add AGENTS.md
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #177 +/- ##
===========================================
- Coverage 83.94% 83.50% -0.45%
===========================================
Files 91 91
Lines 1383 1394 +11
Branches 167 174 +7
===========================================
+ Hits 1161 1164 +3
- Misses 185 187 +2
- Partials 37 43 +6 🚀 New features to boost your workflow:
|
By creating this pull request, I confirm the following:
Types of changes:
Small description of changes:
Thanks