Skip to content

feat: vault-dispatch 이벤트 확장 — issues/comments/reviews/release 추가 #540

@thxforall

Description

@thxforall

배경

현재 .github/workflows/vault-dispatch.yml은 push / pull_request / deployment_status 3종 이벤트만 처리한다 (Closes #515 결과물).

GitHub 활동 전반을 Obsidian Changelog에 누적 기록하려면 이벤트 종류를 확장해야 한다.

추가할 이벤트

  • issues (opened, closed, reopened, labeled, assigned)
  • issue_comment (created)
  • pull_request_review (submitted)
  • release (published)
  • projects_v2_item (created, edited, deleted)

결과물

각 이벤트가 발생하면 Changelog/YYYY-MM-DD.md에 한 줄 추가:

## 17:42 — issue-opened

**Issue #520** feat: ... (opened by thxforall)

작업 범위

  • vault-dispatch.yml on: 절에 이벤트 5종 추가
  • case 문에 각 이벤트별 payload 빌드 추가
  • 라벨/담당자 등 핵심 메타데이터를 BODY에 포함
  • 수동 테스트로 각 이벤트 검증

비고

  • 콘텐츠 전체가 아닌 타임라인 로그임 (한 줄 기록)
  • 이슈 본문/PR 본문을 노트로 저장하려면 별도 작업 (Phase 2 — 별도 이슈)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions