[Forked] Upgrade Add to project job workflow #322
This file contains hidden or 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: | |
types: | |
- opened | |
issues: | |
types: | |
- opened | |
jobs: | |
call-workflow-add-to-project: | |
uses: ./.github/workflows/add-to-project_job.yml | |
secrets: inherit |