From dd3ceaea89bc52ca4d90b765343a470627017e04 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sat, 16 Sep 2023 13:54:32 +0700 Subject: [PATCH] build: add-to-project workflow --- .github/workflows/add-to-project.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/add-to-project.yaml diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml new file mode 100644 index 00000000..a9e5362d --- /dev/null +++ b/.github/workflows/add-to-project.yaml @@ -0,0 +1,10 @@ +on: + pull_request: + types: [opened] + issues: + types: [opened] + +jobs: + add-to-project: + uses: standard/.github/.github/workflows/add-to-project.yaml@master + secrets: inherit