Skip to content

Feature/fr optimize #17

Feature/fr optimize

Feature/fr optimize #17

Workflow file for this run

# Adds labels to pull requests for the type of change the PR makes
name: Adds Reviewers
on:
pull_request:
types: [opened, synchronize, edited, ready_for_review]
jobs:
add-reviewer:
steps:

Check failure on line 10 in .github/workflows/add-reviewer.yml

View workflow run for this annotation

GitHub Actions / Adds Reviewers

Invalid workflow file

The workflow is not valid. .github/workflows/add-reviewer.yml (Line: 10, Col: 5): Required property is missing: runs-on
- name: Check for file changes
uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
id: changes
with:
token: ${{ github.token }}
filters: .github/file-filters.yml
- name: Add Pull Request Reviewer
if: steps.changes.outputs.migrations == 'true'
uses: AveryCameronUofR/[email protected]
with:
reviewers: "saxix"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Add Pull Request Reviewer
if: steps.changes.outputs.dependencies == 'true'
uses: AveryCameronUofR/[email protected]
with:
reviewers: "saxix"
token: ${{ secrets.GITHUB_TOKEN }}