Skip to content

Commit

Permalink
Update qa-labels.yml (elastic#31260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored and kush-elastic committed May 2, 2022
1 parent 75fbb6d commit 1768cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: add_labels_to_closed_issue
with:
query: |
mutation add_label($issueid:String!, $labelids:[String!]!) {
mutation add_label($issueid:ID!, $labelids:[String!]!) {
addLabelsToLabelable(input: {labelableId: $issueid, labelIds: $labelids}) {
clientMutationId
}
Expand Down

0 comments on commit 1768cc4

Please sign in to comment.