Skip to content

Commit

Permalink
[metadata] Add poisoned commit class
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261970
rdar://115908043

Reviewed by Dewei Zhu.

* metadata/commit_classes.json: Add poisoned commit class.

Canonical link: https://commits.webkit.org/268338@main
  • Loading branch information
JonWBedard committed Sep 22, 2023
1 parent c71bad6 commit ff69c75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metadata/commit_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
],
"paths": ["Configurations/Version.xcconfig"]
},
{
"name": "Poison",
"pickable": false,
"headers": ["Poisoned commit"],
"paths": ["metadata/poison.txt"]
},
{
"name": "Build-fix",
"pickable": false,
Expand Down

0 comments on commit ff69c75

Please sign in to comment.