Skip to content

Commit 620be64

Browse files
authored
Merge pull request #211 from monarch-initiative/develop
`develop` -> `main`
2 parents 6847727 + 89623bf commit 620be64

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
container: obolibrary/odkfull:v1.5.3
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Install
1818
run: |
1919
make install
@@ -43,3 +43,13 @@ jobs:
4343
omim.owl
4444
omim.sssom.tsv
4545
review.tsv
46+
- name: Create Pull Request
47+
uses: peter-evans/create-pull-request@v5
48+
with:
49+
branch-suffix: short-commit-hash
50+
labels: automated
51+
body: "Data cache updates containing updated Pubmed references & Orphanet and UMLS mappings since the last time a build was run."
52+
title: "Updates: Pubmed refs, Orphanet & UMLS mappings."
53+
base: ${{ github.head_ref }}
54+
branch: "cache-updates"
55+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)