Updates to get working with snakemake>=8.0 #681
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |