Skip to content

Commit bfcdf35

Browse files
authored
Merge branch 'master' into mulled-v2-8311fc606069e8940fa5f252c3c6c0f0d3e85e45-8f87835ddcb1a70a951346f49d892214113938e2
2 parents f03eaaf + bafbbba commit bfcdf35

4 files changed

Lines changed: 7 additions & 1 deletion

.github/workflows/auto-merge-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1717

1818
- name: Enable Pull Request Automerge
19-
run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}"
19+
run: gh pr merge --merge --auto --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"
2020
env:
2121
GH_TOKEN: ${{ steps.app-token.outputs.token }}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#targets base_image image_build
2+
bcftools=1.22,vcftools=0.1.17 quay.io/bioconda/base-glibc-busybox-bash:latest 0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#targets base_image image_build
2+
samtools=1.22.1,minimap2=2.30 quay.io/bioconda/base-glibc-busybox-bash:latest 0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#targets base_image image_build
2+
datamash=1.9,coreutils=9.5 quay.io/bioconda/base-glibc-busybox-bash:latest 0

0 commit comments

Comments
 (0)