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