From 8b405bef361a8ae909bfe4e2e8beeb22f10130cf Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Wed, 17 Jan 2024 21:21:10 +0100 Subject: [PATCH] Add new workflow file --- .github/workflows/auto-move-project-card.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/auto-move-project-card.yml diff --git a/.github/workflows/auto-move-project-card.yml b/.github/workflows/auto-move-project-card.yml new file mode 100644 index 000000000..5cdf221c0 --- /dev/null +++ b/.github/workflows/auto-move-project-card.yml @@ -0,0 +1,14 @@ +name: Add issue or pull request to project board + +on: + issues: + types: + - opened + pull_request_target: + types: + - opened + +jobs: + auto-move-project-cards: + uses: esx-framework/.github/.github/workflows/automatic-add-issue-to-board.yml@main + secrets: inherit \ No newline at end of file