Skip to content

Commit d97d972

Browse files
fix: normalize GFI candidate label comparison
Signed-off-by: Bhuvan Somisetty <somisettybhuvan5@gmail.com>
1 parent 0b8555d commit d97d972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-gfi-candidate-notification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
gfi_candidate_notify_team:
1616
runs-on: hl-sdk-py-lin-md
17-
if: contains(github.event.issue.labels.*.name, 'Good First Issue Candidate')
17+
if: contains(github.event.issue.labels.*.name, 'good first issue candidate')
1818
concurrency:
1919
group: gfi-candidate-${{ github.event.issue.number }}
2020
cancel-in-progress: false

0 commit comments

Comments
 (0)