diff --git a/.github/workflows/pr-slack-notify.yml b/.github/workflows/pr-slack-notify.yml index 6ed7e1cb..618e309f 100644 --- a/.github/workflows/pr-slack-notify.yml +++ b/.github/workflows/pr-slack-notify.yml @@ -1,4 +1,3 @@ -# .github/workflows/pr-slack-notify.yml name: PR Slack Notification on: @@ -9,9 +8,6 @@ jobs: notify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - # 리뷰어 정보를 JSON으로 저장 - name: Set reviewers based on repository id: set-reviewers run: | @@ -75,5 +71,4 @@ jobs: ] } env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file