Skip to content

Commit 32aba51

Browse files
author
Jackson Kearl
committed
Debug needs-more0info-closer rate limit usage
1 parent 30d29a4 commit 32aba51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/needs-more-info-closer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Needs More Info Closer
22
on:
33
schedule:
44
- cron: 20 11 * * * # 4:20am Redmond
5-
# on: repository_dispatch
5+
repository_dispatch:
66

77
jobs:
88
main:
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313
with:
1414
repository: 'JacksonKearl/vscode-triage-github-actions'
15-
ref: v18
15+
ref: master
1616
- name: Run Needs More Info Closer
1717
uses: ./needs-more-info-closer
1818
with:

0 commit comments

Comments
 (0)