Skip to content

Commit 0e855dd

Browse files
authored
Merge pull request #23 from jeremyeder/fix-triage-workflow-name-and-path
Fix Backlog Triage workflow name and template path
2 parents 80dd8e0 + 932dd2a commit 0e855dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/triage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Triage Report
1+
name: Backlog Triage
22

33
on:
44
schedule:
@@ -162,7 +162,7 @@ jobs:
162162
from datetime import datetime
163163
164164
# Read template
165-
with open('workflows/workflows/triage/templates/report.html', 'r') as f:
165+
with open('workflows/triage/templates/report.html', 'r') as f:
166166
template = f.read()
167167
168168
# Read triaged issues

0 commit comments

Comments
 (0)