Skip to content

Commit 863d343

Browse files
authored
Update do-prioritize-issues.yml
1 parent c783757 commit 863d343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/do-prioritize-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow runs daily at noon.
1+
# This workflow runs daily at 1pm.
22
#
33
# - Get list of labels.
44
# - Determine issue priority based on labels:
@@ -13,7 +13,7 @@ name: Prioritize Issues Workflow
1313

1414
on:
1515
schedule:
16-
cron: '00 12 * * *'
16+
- cron: '00 13 * * *'
1717

1818
jobs:
1919
prioritize_issues:
@@ -39,4 +39,4 @@ jobs:
3939
if: (endsWith(steps.getlabels.outputs.labels, ' style ') && endsWith(steps.getlabels.outputs.labels, ' enhancement ')) || (endsWith(steps.getlabels.outputs.labels, ' stakeholder ') && endsWith(steps.getlabels.outputs.labels, ' enhancement ')) || endsWith(steps.getlabels.outputs.labels, ' doc ') || contains(steps.getlabels.outputs.labels, ' chore ')
4040
uses: andymckay/labeler@master
4141
with:
42-
add-labels: "U: low"
42+
add-labels: "U: low"

0 commit comments

Comments
 (0)