티스토리 뷰

공부

[github] review-assign-action

승가비 2023. 8. 5. 22:43
728x90
name: review-assign-action

on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  assign:
    runs-on: ubuntu-latest
    steps:
      - uses: hkusu/review-assign-action@v1
        with:
          reviewers: seunggabi

https://github.com/hkusu/review-assign-action

 

GitHub - hkusu/review-assign-action: GitHub Actions to automatically set assignees and reviewers on pull requests.

GitHub Actions to automatically set assignees and reviewers on pull requests. - GitHub - hkusu/review-assign-action: GitHub Actions to automatically set assignees and reviewers on pull requests.

github.com

 

728x90

'공부' 카테고리의 다른 글

[asyncio] asyncio.get_event_loop(): DeprecationWarning: There is no current event loop  (0) 2023.08.05
[aws] aws sts get-caller-identity  (0) 2023.08.05
[datadog] RDS  (0) 2023.08.05
[Coding Standard]  (0) 2023.08.05
[airflow] awsHook  (0) 2023.08.05
댓글