mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
17 lines
400 B
YAML
17 lines
400 B
YAML
name: Add documentation issues to docs project
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
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
|