From e81e0fab78a41cecd53c2a25b3e05f29ed5432a1 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Wed, 17 Jan 2024 21:21:03 +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 0000000..5cdf221 --- /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