Skip to content

Commit 2142dba

Browse files
authored
Create create_pr.yml
1 parent 2be6835 commit 2142dba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/create_pr.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
name: Create PR
3+
on:
4+
schedule:
5+
- cron: '0 0 1 * *'
6+
7+
jobs:
8+
create_pr:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Run merge.py
13+
run: python merge.py

0 commit comments

Comments
 (0)