Skip to content

Commit

Permalink
Update automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Dec 12, 2024
1 parent 435db40 commit de95ee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Bot auto-merge
on: pull_request # yamllint disable-line rule:truthy
on:
pull_request: # yamllint disable-line rule:truthy
workflow_run:
workflows: ["Black", "Coverage", "Pip check", "mpich", "Unittest Lower Bound", "OpenMPI"]
types: [completed]

permissions:
contents: write
Expand Down

0 comments on commit de95ee1

Please sign in to comment.