[Feat] dev 환경 Flyway 설정 수정 #871
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🏷️ Auto labeler | |
on: | |
pull_request: | |
types: [ opened, edited ] | |
issues: | |
types: [ opened, edited ] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read # configuration yml file 을 읽기 위한 권한 | |
issues: write # issue 에 라벨을 추가하기 위한 권한 | |
pull-requests: write # pull request 에 라벨을 추가하기 위한 권한 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name : Auto labeling | |
uses: hoho4190/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
yaml-file: .github/github-label-config.yml |