-
Notifications
You must be signed in to change notification settings - Fork 532
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
[main -> 2.2] ci: Bump marocchino/sticky-pull-request-comment action to latest version (2.9.0) #22262
[main -> 2.2] ci: Bump marocchino/sticky-pull-request-comment action to latest version (2.9.0) #22262
Conversation
…ion (2.9.0) (microsoft#22259) Updates the marocchino/sticky-pull-request-comment action to its latest version, 2.9.0. This upgrade was needed because some options used in recent workflows are not available in the older version. I confirmed that the commit 331f8f5b4215f0445d3c07b4967662a32a2d3e31 corresponds to the v2.9.0 tag in the marocchino/sticky-pull-request-comment repo: https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0 This will be ported to the 2.2 release branch as well.
The base branch was changed.
…soft#22264) The release branch warning workflow needs to use the pull_request_target trigger instead of the pull_request trigger, so it can post to the PR. This is safe because the PR does not build anything or use content from the submitted PR. When using pull_request_target the checked-out code is the base branch, not the PR branch, so there's no access to content from the PR itself.
Merging because this is an infrastructure change and doesn't imply a release. |
Warning WARNING: This PR is targeting a release branch! All changes must first be merged into Changes to release branches require approval from the Patch Triage group before merging. For more details, see our internal documentation for the patch policy and processes for |
Cherry-pick of #22259 and #22264 to the 2.2 release branch.
Updates the marocchino/sticky-pull-request-comment action to its latest version, 2.9.0. This upgrade was needed because some options used in recent workflows are not available in the older version.
I confirmed that the commit 331f8f5b4215f0445d3c07b4967662a32a2d3e31 corresponds to the v2.9.0 tag in the
marocchino/sticky-pull-request-comment repo:
https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
I also updated the triggering event to pull_request_target from pull_request.