Skip to content

Commit

Permalink
Update remove-governed-labels-on-create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jricciardi authored Jun 26, 2023
1 parent 4fe5734 commit 519910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-governed-labels-on-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
mutation($labelableId: ID!, $labelIds: [ID!]!) {
removeLabelsFromLabelable(input: {labelableId: $labelableId, labelIds: $labelIds}) {
labelable {
labels(first: 1) {
labels(first: 3) {
edges {
node {
id
Expand Down

0 comments on commit 519910d

Please sign in to comment.