Expo plugin duplicates tools:replace entries for backup rules and breaks Android manifest merge #9
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
| # This workflow triggers the org-wide reusable workflow to respond to newly opened issues | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| workflow_dispatch: | |
| jobs: | |
| add-comment: | |
| uses: AppsFlyerSDK/github-common-workflow-and-template/.github/workflows/responseToSupportIssueOnOpen.yml@main | |
| secrets: inherit |