Fix some info in the doc and add missing parts for Admin UI SDK #264
Workflow file for this run
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
##### Aggregate Commerce PRs and Issues into a respective Organizational Project ##### | |
name: Add pull requests and issues to projects | |
on: | |
pull_request_target: | |
types: | |
- opened | |
issues: | |
types: | |
- opened | |
jobs: | |
call-workflow-add-to-project: | |
uses: AdobeDocs/commerce-php/.github/workflows/add-to-project_job.yml@main | |
secrets: inherit |