What would you like to be enhanced
Add path to be ignored by auto-build workflows
Why is this needed
src/api/rest/docs/ λλ ν 리 μλμ μλ νμΌλ€μ νλ‘κ·Έλ¨ κ΅¬λμ 무κ΄νλ―λ‘ μ
λ°μ΄νΈ λλλΌλ
Proposed solution
[Line to add]
on:
# On pull-request event with detailed condition below.
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '.all-contributorsrc'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
- 'assets/**'
- 'scripts/**'
- 'src/testclient/scripts/**'
+ - 'src/api/rest/docs/**'
[Files to update]
This file looks similar to .gitignore file.
I am interested in working on this issue.
/assign @ChobobDev
Thanks!!
ν.. μ§κΈ μκ°ν΄ 보λ..
[μλ리μ€]
update-swagger-doc workflowκ° μλνμ¬ PR openμ΄ μ΄μμ μ μλ λ΄μ©μ μ μ©νλ©΄
'μν A' μ λν 컨ν
μ΄λ μ΄λ―Έμ§λ Docker Hub λ±μΌλ‘ build & push λλλ°
'μν B' μ λν 컨ν
μ΄λ μ΄λ―Έμ§λ Docker Hub λ±μΌλ‘ build & push λμ§ μμμ
μ¬μ©μκ° μ΄ μ΄λ―Έμ§λ₯Ό μ΄μ©νμ¬ μ»¨ν
μ΄λλ₯Ό μ€ννκ³ Swagger docμ μ‘°ννλ©΄
2~3λ²μ΄ μ μ©λκΈ° μ μ Swagger docμ λ³΄κ² λλ λ¬Έμ κ° μμ΅λλ€. π€
@jihoon-seo κ·Έλ κ΅°μ! update-swagger-doc workflow κ° λμ λμ΄μ μν©μ΄ λ¬λΌμ‘μ μ μκ² λ€μ.
ν΄λΉ issueλ close νλ©΄ λ κΉμ? ^^
@seokho-son λ€ close νλ©΄ λ κ² κ°μ΅λλ€. π
Most helpful comment
This file looks similar to
.gitignorefile.I am interested in working on this issue.