mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Auto add docs issues to project (#13897)
This commit is contained in:
parent
69fdb7c75a
commit
526368f4d8
1 changed files with 17 additions and 0 deletions
17
.github/workflows/add-issues-to-project.yml
vendored
Normal file
17
.github/workflows/add-issues-to-project.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Reference in a new issue