Skip to content

Commit

Permalink
Fix the automation for merged/closed PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley committed Feb 9, 2024
1 parent 9b388d8 commit 28ece31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ configuration:
branch: main
- and:
- isAction:
action: Null
action: Closed
- isMerged
- not:
titleContains:
pattern: '[main] Update dependencies'
Expand Down Expand Up @@ -406,4 +407,4 @@ configuration:
label: Community Contribution
description: Label community PRs with `community contribution` label
onFailure:
onSuccess:
onSuccess:

0 comments on commit 28ece31

Please # to comment.