-
Notifications
You must be signed in to change notification settings - Fork 0
Devops/bugfix,refactor/#231 #544 release pr 오류 해결 및 규칙 변경 #545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kimyu0218
merged 17 commits into
dev
from
DEVOPS/bugifx,refactor/#231-#544-release-PR-오류-해결-및-규칙-변경
Feb 19, 2024
The head ref may contain hidden characters: "DEVOPS/bugifx,refactor/#231-#544-release-PR-\uC624\uB958-\uD574\uACB0-\uBC0F-\uADDC\uCE59-\uBCC0\uACBD"
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5dc25db
rename: 파일명 수정
kimyu0218 f69bda4
docs: 이벤트 트리거되는 브랜치 변경 (dev -> release)
kimyu0218 77779ee
fix: 이슈 닫는 액션 실행되는 브랜치 제한
kimyu0218 5515d19
docs: release 라벨 추가
kimyu0218 9c6b80f
refactor: 작업 조건 추가
kimyu0218 4ee6109
feat: 올바른 PR 제목인지 확인하는 작업 추가
kimyu0218 5c5ab52
fix: 정규식 수정
kimyu0218 0136de3
docs: PR 라벨 정규식 수정
kimyu0218 fa6eea0
remove: 테스트를 위한 주석 제거
kimyu0218 9741e8f
docs: release 정규식 수정
kimyu0218 e89c42b
fix: resolved PR 수정
kimyu0218 7e7809c
fix: `#` 두 번 붙는 문제 해결
kimyu0218 9716629
fix: resolved 치환 부분 수정
kimyu0218 e33a3b0
refactor: Be,fe나 Fe,be로 시작하는 제목도 허용
kimyu0218 664bbfd
remove: 액션 테스트를 위한 주석 제거
kimyu0218 3ce9a0b
docs: hotfix 추가
kimyu0218 d982e47
docs: hotfix에도 액션이 트리거되도록 설정
kimyu0218 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
feature: "*/feature/*" | ||
bug: "*/bugfix/*" | ||
refactor: "*/refactor/*" | ||
BE: "Be/*" | ||
FE: "Fe/*" | ||
feature: "*feature*" | ||
bug: "*bugfix*" | ||
refactor: "*refactor*" | ||
release: "release*" | ||
BE: ["Be/*", "Fe,be/*", "Be,fe/*"] | ||
FE: ["Fe/*", "Fe,be/*", "Be,fe/*"] | ||
DevOps: "Devops/*" |
File renamed without changes.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍