We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6847727 + 89623bf commit 620be64Copy full SHA for 620be64
.github/workflows/buid_and_release.yml .github/workflows/build_and_release.yml.github/workflows/buid_and_release.yml renamed to .github/workflows/build_and_release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
container: obolibrary/odkfull:v1.5.3
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- name: Install
18
run: |
19
make install
@@ -43,3 +43,13 @@ jobs:
43
omim.owl
44
omim.sssom.tsv
45
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