We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca9c17 commit 81f49aaCopy full SHA for 81f49aa
src/github.ts
@@ -92,6 +92,7 @@ export class GitHubClient {
92
let labels!: Label[]
93
94
if (github.context.eventName === 'issues') {
95
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
96
labels = (this.payload as IssuesEvent).issue.labels!
97
} else if (
98
github.context.eventName === 'pull_request' ||
0 commit comments