Skip to content

Commit 4e44c9a

Browse files
Fix resource manager: Add condition for opened PRs from dependabot (#19311)
Prevent dupe comments shipit when depedendabot PRs created. ## Description <!-- Provide a 1-2 sentence description of your change --> ## Example Usage <!-- Provide example usage if you are making syntax or CLI changes. Provide screenshots if you are making changes to editor user experience. Delete this section if it doesn't apply to your change. --> ## Checklist - [x] I have read and adhere to the [contribution guide](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md). ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/19311)
1 parent caa11b8 commit 4e44c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/policies/prMgmt.dependabot.yml

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

0 commit comments

Comments
 (0)