Skip to content

Rework MuTEGUI structure #9

Rework MuTEGUI structure

Rework MuTEGUI structure #9

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 }}