Skip to content

GitHub Actions 워크플로우 설정 #7

Description

@DaleSeo

설명

2주마다 자동으로 매칭을 실행하는 CI/CD 설정

관련 요구사항

  • B-1: 자동 매칭 (2주마다)

작업 목록

  • .github/workflows/match.yml 작성
  • cron 스케줄 설정 (격주 월요일 오전 9시 KST)
  • 격주 실행 로직 (짝수/홀수 주 체크)
  • Secrets 설정 (DISCORD_BOT_TOKEN, DISCORD_WEBHOOK_URL, etc.)
  • workflow_dispatch로 수동 실행 옵션 추가

cron 설정 예시

schedule:
  - cron: '0 0 * * 1'  # 매주 월요일 UTC 00:00 (KST 09:00)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions