Skip to content

Commit 81f49aa

Browse files
committed
CONT-1219 : eslint-disable-next-line
1 parent 5ca9c17 commit 81f49aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export class GitHubClient {
9292
let labels!: Label[]
9393

9494
if (github.context.eventName === 'issues') {
95+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
9596
labels = (this.payload as IssuesEvent).issue.labels!
9697
} else if (
9798
github.context.eventName === 'pull_request' ||

0 commit comments

Comments
 (0)