Skip to content

Commit

Permalink
fix(ci): fix label logic (datahub-project#9571)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jan 5, 2024
1 parent 031e6fb commit c3d3dbb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,38 @@ jobs:
if:
${{
!contains(
fromJson('[
"anshbansal",
"asikowitz",
"chriscollins3456",
"david-leifker",
"shirshanka",
"sid-acryl",
"swaroopjagadish",
"treff7es",
"yoonhyejin",
"eboneil",
"ethan-cartwright",
"gabe-lyons",
"hsheth2",
"jjoyce0510",
"maggiehays",
"mrjefflewis",
"pedro93",
"RyanHolstien"
]'),
github.actor
)
}}
with:
github_token: ${{ github.token }}
labels: |
community-contribution
- uses: actions-ecosystem/[email protected]
# only add names of champions here. Confirm with DevRel Team
if:
${{
contains(
fromJson('[
"skrydal",
"siladitya2",
Expand Down

0 comments on commit c3d3dbb

Please sign in to comment.