From e91d2e6657ea76c3a1c69c0ab4c9957955108962 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 7 Mar 2024 15:17:07 -0500 Subject: [PATCH] chore: auto-add issues to user kanbans --- .github/workflows/projects.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/projects.yml diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml new file mode 100644 index 0000000..61a2816 --- /dev/null +++ b/.github/workflows/projects.yml @@ -0,0 +1,14 @@ +name: Add issues/PRs to user projects + +on: + issues: + types: + - assigned + pull_request: + types: + - assigned + +jobs: + add-to-project: + uses: CCBR/.github/.github/workflows/auto-add-user-project.yml@v0.1.0 + secrets: inherit