We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80dd8e0 + 932dd2a commit 0e855ddCopy full SHA for 0e855dd
1 file changed
.github/workflows/triage-report.yml
@@ -1,4 +1,4 @@
1
-name: Generate Triage Report
+name: Backlog Triage
2
3
on:
4
schedule:
@@ -162,7 +162,7 @@ jobs:
162
from datetime import datetime
163
164
# Read template
165
- with open('workflows/workflows/triage/templates/report.html', 'r') as f:
+ with open('workflows/triage/templates/report.html', 'r') as f:
166
template = f.read()
167
168
# Read triaged issues
0 commit comments