We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3753af commit 942e2c4Copy full SHA for 942e2c4
1 file changed
.github/workflows/prioritize-by-reactions.yml
@@ -1,8 +1,8 @@
1
name: Prioritize Issues by Reactions
2
3
on:
4
- # schedule:
5
- # - cron: '0 */4 * * *' # Runs every 4 hours
+ schedule:
+ - cron: '*/10 * * * *' # Runs every 10 mins
6
workflow_dispatch: # Allows manual runs
7
8
jobs:
@@ -21,7 +21,7 @@ jobs:
21
- name: Prioritize issues by reactions
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- REPO: NuGet/Entropy // TODO Change this for the correct repo
+ REPO: NuGet/Entropy
25
HIGH: 5
26
MEDIUM: 2
27
run: |
0 commit comments