Skip to content

Commit da47769

Browse files
Remove isAction check for dependabot PRs (#19599)
Unfortunately this recent change means that PRs are no longer auto-approved if dependabot pushes a 2nd update (e.g. to resolve merge conflicts) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/19599)
1 parent 2797554 commit da47769

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/policies/prMgmt.dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ configuration:
1111
- description: Approve PRs submitted by dependabot with the "dependencies" label
1212
if:
1313
- payloadType: Pull_Request
14-
- isAction:
15-
action: Opened
1614
- hasLabel:
1715
label: dependencies
1816
- isActivitySender:

0 commit comments

Comments
 (0)