[1.1.1-AN/UI,Fix] 포켓몬 formName 중복 적용 삭제, 포켓몬리스트 이름 MaxLine 1지정, 바이옴 Detail 에 포켓몬 없는 tier 필터링 #91
Workflow file for this run
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
on: | |
pull_request: | |
branches: [ an/develop ] | |
types: | |
- opened | |
jobs: | |
assign-reviewers-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: auto-assign-reviews 🙏 | |
uses: kentaro-m/[email protected] | |
with: | |
configuration-path: '.github/actions/reviewers.yml' | |
- name: auto-add-labels ✨ | |
uses: ./.github/actions/add_labels | |
with: | |
title: ${{ github.event.pull_request.title }} |