feat(bridge/inventory): ✨ add auto inventory detection with the option to turn it off. #178
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |