Add new workflow file

This commit is contained in:
Gellipapa
2024-01-17 21:21:10 +01:00
parent f36c79e210
commit 8b405bef36
@@ -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