Skip to content

Commit 93784e3

Browse files
authored
Remove unused labelling workflow. Labels can be added manually. (#5791)
1 parent 716164a commit 93784e3

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/policies/bugIssueLifecycleManagement.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,6 @@ configuration:
138138
Please check back shortly to see if any additional information or actions are needed from you.
139139

140140

141-
Thank you!
142-
- description: If a new comment containing 'Released/Shipped/Fixed on release' is added to a bug, add the resolution labels.
143-
if:
144-
- payloadType: Issue_Comment
145-
- isOpen
146-
- hasLabel:
147-
label: bug
148-
- commentContains:
149-
pattern: Released/Shipped/Fixed on release
150-
isRegex: False
151-
then:
152-
- addLabel:
153-
label: resolution/fix-released
154-
- addLabel:
155-
label: resolution/shipped
141+
Thank you!
156142
onFailure:
157143
onSuccess:

0 commit comments

Comments
 (0)