Skip to content

Update TRIAGE process to add the triage team #3

Update TRIAGE process to add the triage team

Update TRIAGE process to add the triage team #3

name: Check PR Dependencies
on: pull_request
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}