Skip to content

Commit

Permalink
Update do-prioritize-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed May 5, 2023
1 parent c783757 commit 863d343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/do-prioritize-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow runs daily at noon.
# This workflow runs daily at 1pm.
#
# - Get list of labels.
# - Determine issue priority based on labels:
Expand All @@ -13,7 +13,7 @@ name: Prioritize Issues Workflow

on:
schedule:
cron: '00 12 * * *'
- cron: '00 13 * * *'

jobs:
prioritize_issues:
Expand All @@ -39,4 +39,4 @@ jobs:
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 ')
uses: andymckay/labeler@master
with:
add-labels: "U: low"
add-labels: "U: low"

0 comments on commit 863d343

Please sign in to comment.