onnxruntime/.github/workflows/add-issues-to-project.yml
Nat Kershaw (MSFT) a78ab4fbef
Add labeled to docs workflow trigger (#13979)
Capture the case where issue is manually labeled
2023-01-03 15:19:22 -08:00

18 lines
416 B
YAML

name: Add documentation issues to docs project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/microsoft/onnxruntime/projects/6
github-token: ${{ secrets.GITHUB_TOKEN }}
labeled: documentation