Skip to content

Commit a49b9ea

Browse files
authored
Merge branch 'master' into mulled-v2-c25ed1029ee695ccabc980a2341b010700699318-715fe9609db6466e13a8482be3c72ed5b6103c74
2 parents 06cad52 + a4e99e7 commit a49b9ea

3 files changed

Lines changed: 5 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

0 commit comments

Comments
 (0)