Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 21, 2022
1 parent 68d5048 commit ad05c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/create-draft/src/create-draft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const fetchIssues = async (
authorization: `token ${options.GITHUB_TOKEN}`
}
});
const QUERY = `query ($owner: String!, $repo: String!, $labels: [String]) {
const QUERY = `query ($owner: String!, $repo: String!, $labels: [String!]) {
repository(owner: $owner, name: $repo) {
issues(first: 20, filterBy: {labels: $labels}) {
nodes {
Expand Down

0 comments on commit ad05c7c

Please sign in to comment.