mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
14 lines
282 B
YAML
14 lines
282 B
YAML
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 |