Fixing pull request update action and exclusion logic for api Review#8385
Fixing pull request update action and exclusion logic for api Review#8385joperezr merged 2 commits intomicrosoft:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request fixes issues with the pull request update action and refines the exclusion logic for API generation to skip specific projects.
- Updates the pull request creation action version to a pinned commit hash.
- Refactors the csproj file exclusion logic in the API diffs workflow for better accuracy.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/update-dependencies.yml | Updates the action reference for creating pull requests to use a specific commit hash. |
| .github/workflows/generate-api-diffs.yml | Refines the exclusion logic to filter out specific project paths during API generation. |
Could you please reference the issue for this patched version? |
Co-authored-by: Ankit Jain <radical@gmail.com>
joperezr
left a comment
There was a problem hiding this comment.
.. patched version of the action
Could you please reference the issue for this patched version?
Of course, The original bug we were hitting during an update of a PR was peter-evans/create-pull-request#2790, which was fixed by peter-evans/create-pull-request#2792 in the main fork. I created PR dotnet/actions-create-pull-request#47 on the dotnet fork which is the version that I'm updating this PR to point to.
cc: @eerhardt @danmoseley @radical
This fixes: