From 71b478048873795de2a9f19e2c3c2aad151fdeda Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 7 Apr 2022 21:41:20 -0700 Subject: [PATCH] Create add-to-project (#373) --- .github/workflows/add-to-project | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/add-to-project diff --git a/.github/workflows/add-to-project b/.github/workflows/add-to-project new file mode 100644 index 0000000..bc6b94d --- /dev/null +++ b/.github/workflows/add-to-project @@ -0,0 +1,16 @@ +name: Add bugs to bugs 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.0.3 + with: + project-url: https://github.com/users/maxgoedjen/projects/1 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}