We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfef623 + 2f6c8bd commit bbf2dbaCopy full SHA for bbf2dba
.github/workflows/random_issue.yml
@@ -2,7 +2,8 @@ name: post triage issues on Zulip
2
3
on:
4
schedule:
5
- - cron: '0 14 * * *'
+ - cron: '0 14 * * *'
6
+ workflow_dispatch:
7
8
jobs:
9
post_issues:
@@ -11,12 +12,12 @@ jobs:
11
12
steps:
13
14
- name: Checkout scripts
- uses: actions/checkout@v2
15
+ uses: actions/checkout@v4
16
17
- name: Setup Python
- uses: actions/setup-python@v1
18
+ uses: actions/setup-python@v5
19
with:
- python-version: '3.8'
20
+ python-version: '3.12'
21
22
- name: Install python packages
23
run: |
0 commit comments