Skip to content

Commit f025dd8

Browse files
committed
Add new workflow file
1 parent 4575af7 commit f025dd8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Add issue or pull request to project board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request_target:
8+
types:
9+
- opened
10+
11+
jobs:
12+
auto-move-project-cards:
13+
uses: esx-framework/.github/.github/workflows/automatic-add-issue-to-board.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)