Skip to content

Commit

Permalink
Update R5 GHA for hackathon (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihyeon08 authored Aug 24, 2024
1 parent fd0e30e commit 2b85450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/06-HACKATHON-R5-TEAM-PITCH.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'ROUND 5: 팀 발표자료 제출'
description: '팀별 앱 제출 템플릿'
title: "팀별 발표자료 제출 템플릿"
title: "[**팀 이름**] 해커톤 팀 발표자료 제출"

body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-hackathon-r5-submitted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue edit ${{ steps.issue.outputs.issueNumber }} \
--add-label "rount-5,hackathon,team-pitch,overdue" \
--add-label "round-5,hackathon,team-pitch,overdue" \
-R ${{ github.event.repository.full_name }}
- name: Comment to issue - Overdue
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue edit ${{ steps.issue.outputs.issueNumber }} \
--add-label "rount-5,hackathon,team-pitch,submitted,verifying" \
--add-label "round-5,hackathon,team-pitch,submitted,verifying" \
-R ${{ github.event.repository.full_name }}
- name: Get random inspector
Expand Down

0 comments on commit 2b85450

Please sign in to comment.