Skip to content

Updates to get working with snakemake>=8.0 #681

Updates to get working with snakemake>=8.0

Updates to get working with snakemake>=8.0 #681

Workflow file for this run

name: Assign reviewer
on:
pull_request_target: # Default: ['opened', 'synchronize', 'reopened']
types: ["opened", "synchronize", "reopened", "ready_for_review"]
jobs:
assign:
runs-on: ubuntu-latest
if: github.event.pull_request.assignee == null
steps:
- name: Assign reviewer
uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"