Skip to content

Commit 5fe5551

Browse files
fix
Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com>
1 parent 7aa6c28 commit 5fe5551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/request-triage-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Request triage review on beginner PRs
1+
name: Request triage review on beginner and Good First Issue PRs
22

33
on:
44
pull_request:
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
request-triage:
17-
if: ${{ github.event.label.name == 'Good First Issue' || github.event.label.name == 'beginner'}}
17+
if: ${{ contains(github.event.pull_request.labels.*.name, 'Good First Issue') || contains(github.event.pull_request.labels.*.name, 'beginner') }}
1818
runs-on: [self-hosted, hl-sdk-py-lin-md]
1919

2020
steps:

0 commit comments

Comments
 (0)