From 792437403a21db226e54d75fc88c2e302e35ff61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 24 Jul 2023 17:36:38 +0200 Subject: [PATCH] chore(ci): add workflow to add issues to infra project --- .github/workflows/add-to-project.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 0000000..5baf6af --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,12 @@ +name: Add issues to Infrastructure Project. + +on: + issues: + types: + - opened +jobs: + add-to-project: + uses: famedly/github-workflows/.github/workflows/add-to-project.yml@github-v1 + with: + project-url: https://github.com/orgs/famedly/projects/6 + secrets: inherit