Skip to content

Issue/646 improve initial medication selection #2060

Issue/646 improve initial medication selection

Issue/646 improve initial medication selection #2060

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- edited
- reopened
- synchronize
- ready_for_review
- unlocked
jobs:
add-labels:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
assign-author:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"