cloud-barista / cb-ladybug

Cloud-Barista Multi-Cloud Application Runtime Framework : Support Multi-Cloud Kubernetes Service
Apache License 2.0
11 stars 11 forks source link

feature: Implement multi-cloud network overlay #20 #29

Closed vlatte closed 3 years ago

vlatte commented 3 years ago
sykim-etri commented 3 years ago

/lgtm

jihoon-seo commented 3 years ago

https://github.com/cloud-barista/cb-ladybug/blob/master/.github/workflows/prow-commands.yml 를 보면 OWNER 또는 MEMBER 인 경우에만 prow cmd 가 동작합니다.

if: ${{ (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER') && startsWith(github.event.comment.body, '/') }}

하지만, workflow 실행 결과를 살펴 보면 @sykim-etri 님은 COLLABORATOR 로 인식되고 있습니다. https://github.com/cloud-barista/cb-ladybug/runs/2028335743?check_suite_focus=true#step:2:3

  echo event.comment.user.login is sykim-etri
  echo event.comment.author_association is COLLABORATOR
  echo Hello, this workflow is allowed to OWNER and MEMBER.

권한 조정이 필요할 수 있겠습니다.

seokho-son commented 3 years ago

PTAL: @hermitkim1

itnpeople commented 3 years ago

LGTM

seokho-son commented 3 years ago

/lgtm