Skip to content

Commit 942e2c4

Browse files
tj-devel709TJ Lambert
andauthored
Change schedule for priority labeler (#132)
Co-authored-by: TJ Lambert <[email protected]>
1 parent c3753af commit 942e2c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prioritize-by-reactions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Prioritize Issues by Reactions
22

33
on:
4-
# schedule:
5-
# - cron: '0 */4 * * *' # Runs every 4 hours
4+
schedule:
5+
- cron: '*/10 * * * *' # Runs every 10 mins
66
workflow_dispatch: # Allows manual runs
77

88
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Prioritize issues by reactions
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
REPO: NuGet/Entropy // TODO Change this for the correct repo
24+
REPO: NuGet/Entropy
2525
HIGH: 5
2626
MEDIUM: 2
2727
run: |

0 commit comments

Comments
 (0)