Merged
Conversation
nijuy
approved these changes
Jul 10, 2025
|
Triggered from #223 by @nijuy. Trying to fast forward Target branch ( commit 09153e4f3f509b246e3628ee883fd3c37cf9bcd9 (origin/main)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Thu Jul 10 21:38:39 2025 +0900
fix(prod): 배포 시 프로세스가 종료되지 않는 문제 해결 (#220)Pull request ( commit 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a (origin/dev, origin/HEAD, pull_request/dev)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Thu Jul 10 23:13:45 2025 +0900
fix: 빈 아이템의 발급 시간을 비워둔다 (#222)Fast forwarding $ git push origin 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a:main
remote: error: GH013: Repository rule violations found for refs/heads/main.
remote: Review all repository rules at https://github.com/snack-game/server/rules?ref=refs%2Fheads%2Fmain
remote:
remote: - Required status check "build" is in progress.
remote:
To https://github.com/snack-game/server
! [remote rejected] 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a -> main (push declined due to repository rule violations)
error: failed to push some refs to 'https://github.com/snack-game/server' |
|
Triggered from #223 by @nijuy. Trying to fast forward Target branch ( commit 09153e4f3f509b246e3628ee883fd3c37cf9bcd9 (origin/main)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Thu Jul 10 21:38:39 2025 +0900
fix(prod): 배포 시 프로세스가 종료되지 않는 문제 해결 (#220)Pull request ( commit 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a (origin/dev, origin/HEAD, pull_request/dev)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Thu Jul 10 23:13:45 2025 +0900
fix: 빈 아이템의 발급 시간을 비워둔다 (#222)Fast forwarding $ git push origin 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a:main
To https://github.com/snack-game/server
09153e4..7f2d78a 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a -> main |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
AS-IS
빈 아이템(아이템 개수가 0개)을 생성 시 날짜를 디폴트로 넣어두었더니 조회 후에 발급이 안되는 문제가 발생하였습니다.
TO-BE
클라이언트와 논의하여 발급 시에만 날짜를 기록하기로 하였습니다.