Skip to content

Commit 526368f

Browse files
authored
Auto add docs issues to project (microsoft#13897)
1 parent 69fdb7c commit 526368f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add documentation issues to docs project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/microsoft/onnxruntime/projects/6
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
labeled: documentation

0 commit comments

Comments
 (0)