mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
Add new workflow file
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user