[Chore] 에이전트 PR/이슈 명령 자동화 개선#218
Merged
Merged
Conversation
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.
✔️ 연관 이슈
📝 작업 내용
.claude/commands/pr.md를 PR 초안 작성 방식에서 GitHub PR 직접 생성 절차로 개편.codex/skills/pr/SKILL.md에 develop 대상 PR 생성, open issue 조회, label 확인, assignee 설정 절차 추가/issue명령어 가이드를 추가해 입력 내용 또는 파일 기반 GitHub issue 생성 절차 정의AGENTS.md에pr,/issue작업 규칙과 main 대상 PR 금지, assignee/label 설정 기준 반영close #이슈번호를 감지해 이슈를 닫는 GitHub Actions workflow 추가👤 사용자 영향
🔌 API 호환성
🗄️ DB migration
🔐 인증/권한
✅ 검증 결과
git status --short --branch: 작업 트리 깨끗함,feat/agent...origin/feat/agent추적 확인git log origin/feat/agent..HEAD: 미push 커밋 없음git diff --check develop..HEAD: whitespace/error 없음🚀 배포 리스크
close/fix/resolve #번호패턴이 있을 때 해당 issue를 닫음↩️ 롤백/대응 방법
.github/workflows/close-issues-on-develop-merge.ymlworkflow를 제거스크린샷 (선택)