Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,16 +554,16 @@ configuration:
label: "t/breaking \U0001F4A5"
then:
- addReply:
reply: "\U0001F6A8 API change(s) detected @davidortinau @rachelkang FYI"
description: Tag David Ortinau and Rachel Kang when a breaking change is tagged on an issue
reply: "\U0001F6A8 API change(s) detected @davidortinau FYI"
description: Tag David Ortinau when a breaking change is tagged on an issue
- if:
- payloadType: Pull_Request
- labelAdded:
label: "t/breaking \U0001F4A5"
then:
- addReply:
reply: "\U0001F6A8 API change(s) detected @davidortinau @rachelkang FYI"
description: Tag David Ortinau and Rachel Kang when a breaking change is tagged on an PR
reply: "\U0001F6A8 API change(s) detected @davidortinau FYI"
description: Tag David Ortinau when a breaking change is tagged on an PR
- if:
- payloadType: Issue_Comment
- isIssue
Expand Down