From b3c1b91bd33b26279525a0207185a1f7ae5c43af Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Tue, 16 Jan 2024 20:48:42 +0100 Subject: [PATCH] Added workflow_call to action --- .github/workflows/automatic-add-issue-to-board.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/automatic-add-issue-to-board.yml b/.github/workflows/automatic-add-issue-to-board.yml index a209b52..1fc9baf 100644 --- a/.github/workflows/automatic-add-issue-to-board.yml +++ b/.github/workflows/automatic-add-issue-to-board.yml @@ -1,12 +1,7 @@ name: Add issue or pull request to project board on: - issues: - types: - - opened - pull_request_target: - types: - - opened + workflow_call: jobs: add-to-project: