Skip to content

Adds a Simple PowerOutput task and cleans up some of the code. #7

Adds a Simple PowerOutput task and cleans up some of the code.

Adds a Simple PowerOutput task and cleans up some of the code. #7

Workflow file for this run

name: Pull request labeling
on:
pull_request_target:
types:
- opened
branches:
- 'feature/MuTEMaster'
jobs:
label_prs:
runs-on: ubuntu-latest
steps:
- name: Label MuTE PRs
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}