8000 Create create_pr.yml · python/python-docs-tr@2142dba · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 13 additions & 0 deletions
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)
0