-
Notifications
You must be signed in to change notification settings - Fork 17
Add GetCallbacksBySubscriptionIdAsync - webhook callback event history related to subscription ID #177
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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