Skip to content

Commit 7650c58

Browse files
committed
Update project page generation for PW45
1 parent b567f21 commit 7650c58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Project
22
description: Issue template to streamline the creation of project pages.
33
title: "Project: "
4-
labels: ["project", "event:PW44_2026_GranCanaria"]
4+
labels: ["project", "event:PW45_2026_Boston"]
55
assignees:
66
- sjh26
77

.github/workflows/project-page-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: event_info
5555
run: |
5656
# TODO: Extract event name from "event:NAME" label
57-
event_name="PW44_2026_GranCanaria"
57+
event_name="PW45_2026_Boston"
5858
echo "name=$event_name" >> $GITHUB_OUTPUT
5959
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)