Skip to content

Commit

Permalink
Merge pull request #8791 from jeffhandley/jeffhandley/merged-prs-auto…
Browse files Browse the repository at this point in the history
…mation

Fix the automation for merged/closed PRs
  • Loading branch information
singhashish-wpf authored Feb 9, 2024
2 parents 1de280d + 28ece31 commit 0b4cb73
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 0b4cb73

Please sign in to comment.