Update dependency palantir/policy-bot to v1.39.2 #167
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.36.4->v1.39.2Release Notes
palantir/policy-bot (palantir/policy-bot)
v1.39.2Compare Source
🐛 Fixes
RESOURCE_LIMITS_EXCEEDEDerrors when assigning reviewers (#1089 by @DepickereSven)Full Changelog: palantir/policy-bot@v1.39.1...v1.39.2
v1.39.1Compare Source
🐛 Fixes
💡 Improvements
Full Changelog: palantir/policy-bot@v1.39.0...v1.39.1
v1.39.0Compare Source
✨ Features
force_shared_policyserver option to disable loading individual repository policies (#975, by @south-mer)💡 Improvements
modified_linespredicate to specific files by setting include and exclude patterns (#1043)Full Changelog: palantir/policy-bot@v1.38.2...v1.39.0
v1.38.2Compare Source
Re-release of 1.38.0
Add option to ignore edited comments on the server (#977)
Policy Bot now supports server side configuration to ignore edited commits and improve the overall security posture of a running instance.
Other Changes
Full Changelog: palantir/policy-bot@v1.37.0...v1.38.2
v1.38.1Compare Source
Re-release of 1.38.0
Add option to ignore edited comments on the server (#977)
Policy Bot now supports server side configuration to ignore edited commits and improve the overall security posture of a running instance.
Other Changes
Full Changelog: palantir/policy-bot@v1.37.0...v1.38.1
v1.38.0Compare Source
Add option to ignore edited comments on the server (#977)
Policy Bot now supports server side configuration to ignore edited commits and improve the overall security posture of a running instance.
Other Changes
Full Changelog: palantir/policy-bot@v1.37.0...v1.38.0
v1.37.0Compare Source
Add file creation and deletion predicates (#935, #938)
The
file_added,file_not_added,file_deleted, andfile_not_deletedpredicates allow writing policies that change when the PR introduces or removes specific files. Contributed by @dblinkhorn.Add server option for strict review dismissals (#942)
By default, Policy Bot only dismisses a review if it no longer satisfies all rules. When rules have different
invalidate_on_pushsettings, this means a review may remain because it still satisfies one rule while no longer satisfying another. If the newstrict_review_dismissaloption is enabled in the server configuration, Policy Bot will dismiss a review if it no longer satisfies any rule. This may be more intuitive for users, depending on how policies are constructed. Contributed by @devinburnette.Other Changes
Note that these Go types are not part of Policy Bot's public API and may change in any version
check_runevents (#966)Full Changelog: palantir/policy-bot@v1.36.5...v1.37.0
v1.36.5Compare Source
Fixes
post_insecure_status_checksoption when handling merge group events (#933 by @mglazer)Other Changes
Full Changelog: palantir/policy-bot@v1.36.4...v1.36.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.