Skip to content

updated path to webgl django repo #40

updated path to webgl django repo

updated path to webgl django repo #40

Workflow file for this run

name: "Label PRs based on changes"
on:
push:
branches:
- main
paths:
- 'animal-ai/**'
- '**/*.md'
- 'docs/**'
- '.github/workflows/**'
- '**/*.yaml'
- '**/*.yml'
pull_request:
paths:
- 'animal-ai/**'
- '**/*.md'
- 'docs/**'
- '.github/workflows/**'
- '**/*.yaml'
- '**/*.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml