Skip to content

Updating the Ethics Committee Liaison class #6

Updating the Ethics Committee Liaison class

Updating the Ethics Committee Liaison class #6

Workflow file for this run

name: Add PR labels
on:
push:
branches:
- dev
pull_request_target:
types: [ready_for_review, opened, synchronize, reopened]
jobs:
Apply_labels:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check for merge conflict
uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e
with:
dirtyLabel: "Merge Conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate your pull request."
- name: Apply labels
if: github.event_name != 'push'
uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/file_labeler.yml