Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Fix subscription for branch deletion on PR close
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Aug 28, 2019
1 parent 872b546 commit 7c2b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/subscription/onPullRequestClosed.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subscription OnPullRequestClosed {
}
}
}
labels(name: "branch:delete-on-close") @required {
labels(name: "auto-branch-delete:on-close") @required {
name
}
}
Expand Down

0 comments on commit 7c2b7de

Please sign in to comment.