Skip to content

Commit

Permalink
Update label-prs.yml, fixing yml format (dotnet#9926)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragosDanielBoia authored May 17, 2024
1 parent cf901c7 commit ce63dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/policies/label-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ resource: repository
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Label main to live PRs
- triggerOnOwnActions: true
- if:
- payloadType: Pull_Request
- isAction:
Expand All @@ -17,5 +15,7 @@ configuration:
then:
- addLabel:
label: ':octocat: auto-merge'
description: Label main to live PRs
triggerOnOwnActions: true


0 comments on commit ce63dc3

Please sign in to comment.