Skip to content

Launchcontainers: A Python tool for launching containerized analysis on HPC #32

Launchcontainers: A Python tool for launching containerized analysis on HPC

Launchcontainers: A Python tool for launching containerized analysis on HPC #32

Workflow file for this run

name: "Label from issue first message body"
# See https://github.com/marketplace/actions/regex-issue-labeler
on:
issues:
types: [opened, edited]
jobs:
labeller:
if: github.repository_owner == 'brainhackorg'
runs-on: ubuntu-20.04
steps:
- uses: github/[email protected]
with:
# Secret token needed (not sure which permisions though)
repo-token: "${{ secrets.LABELLER }}"
# File with label/regex match dictionary
configuration-path: .github/labeler.yml
# This can be increased if the dictionary undergoes a breaking change
enable-versioned-regex: 0