Skip to content

Commit b9a362e

Browse files
authored
hotfix: meeting label
1 parent 44b5fa3 commit b9a362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-transcript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
generate-trancript:
99
runs-on: ubuntu-latest
1010

11-
if: contains(github.event.issue.labels.*.name, 'tsc meeting')
11+
if: contains(github.event.issue.labels.*.name, 'meeting')
1212

1313
env:
1414
TRANSCRIPT_GENERATED: false

0 commit comments

Comments
 (0)