[OING-186] hotfix: iOS에서의 EXIF 이슈로 인해 NCP Image Optimizer에서 제외했던 auto-rotate를 활성화 #217
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
name: "Pull Request 오토 템플릿 추가" | |
on: pull_request | |
jobs: | |
update_pr_templates: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tzkhan/pr-update-action@v2 # https://github.com/tzkhan/pr-update-action | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
base-branch-regex: 'dev' | |
head-branch-regex: 'oing-\d+' # Branch에서 Ticket Regex | |
title-template: '[%headbranch%] ' # PR Title Prefix 템플릿 (티켓 번호) (ex: [OING-1234] ~ ) | |
body-template: | # PR Body suffix 템플릿 (지라 링크) | |
## 🔗 참조 or 관련된 이슈 | |
--- | |
https://no5ing.atlassian.net/browse/%headbranch% | |
body-update-action: 'suffix' |