From 526368f4d81651829ee63e8ee334ad2a292e46d4 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Mon, 12 Dec 2022 16:45:31 -0800 Subject: [PATCH] Auto add docs issues to project (#13897) --- .github/workflows/add-issues-to-project.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/add-issues-to-project.yml diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml new file mode 100644 index 0000000000..9d3a00ee53 --- /dev/null +++ b/.github/workflows/add-issues-to-project.yml @@ -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