Skip to content

Commit

Permalink
Merge branch 'master' into release/v1.7.0
Browse files Browse the repository at this point in the history
* master:
  Update do-prioritize-issues.yml
  Update do-prioritize-issues.yml
  Update do-prioritize-issues.yml
  Update do-prioritize-issues.yml
  • Loading branch information
weibullguy committed May 15, 2023
2 parents 8b061f9 + 3d6da2b commit fe36a3d
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
Expand Up @@ -12,16 +12,16 @@
name: Prioritize Issues Workflow

on:
schedule:
- cron: '00 13 * * *'
issues:
types: ['labeled', 'unlabeled']

jobs:
prioritize_issues:
runs-on: ubuntu-latest
steps:
- name: Get Issue Labels
id: getlabels
uses: snnaplab/get-labels-action@v1
uses: weibullguy/get-labels-action@main

- name: Add High Urgency Labels
if: (endsWith(steps.getlabels.outputs.labels, ' convention ') && endsWith(steps.getlabels.outputs.labels, ' bug '))
Expand Down

0 comments on commit fe36a3d

Please sign in to comment.