mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
ci(label): datahub-community-champion label based off usernames (#9558)
Co-authored-by: socar-dini <0327jane@gmail.com>
This commit is contained in:
parent
a8faa172c6
commit
17049088b9
28
.github/workflows/pr-labeler.yml
vendored
28
.github/workflows/pr-labeler.yml
vendored
@ -14,3 +14,31 @@ jobs:
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: ".github/pr-labeler-config.yml"
|
||||
- uses: actions-ecosystem/action-add-labels@v1.1.0
|
||||
# only add names of Acryl Data team members here
|
||||
if:
|
||||
${{
|
||||
!contains(
|
||||
fromJson('[
|
||||
"skrydal",
|
||||
"siladitya2",
|
||||
"sgomezvillamor",
|
||||
"ngamanda",
|
||||
"HarveyLeo",
|
||||
"frsann",
|
||||
"bossenti",
|
||||
"nikolakasev",
|
||||
"PatrickfBraz",
|
||||
"cuong-pham",
|
||||
"sudhakarast",
|
||||
"tkdrahn",
|
||||
"rtekal",
|
||||
"sgm44"
|
||||
]'),
|
||||
github.actor
|
||||
)
|
||||
}}
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
labels: |
|
||||
datahub-community-champion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user