Skip to content

feat: #2 axiosInstance 초기화 & suggestion get API 함수 추가 #8

feat: #2 axiosInstance 초기화 & suggestion get API 함수 추가

feat: #2 axiosInstance 초기화 & suggestion get API 함수 추가 #8

Workflow file for this run

on:
issues:
types: [opened]
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.issue }}
uses: actions-cool/issues-helper@v3
with:
actions: 'add-assignees'
assignees: ${{ github.event.issue.user.login }}
token: ${{ secrets.TOKEN }}
- if: ${{ github.event.pull_request }}
uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.event.pull_request.user.login }}
reviewers: ${{ vars.REVIEWERS }}
github-token: ${{ secrets.TOKEN }}
project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: ${{ vars.PROJECT_URL }}
github-token: ${{ secrets.TOKEN }}