fix: Show dialog to open a project instead of crashing on an empty pr… #417
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
| name: Contributor Responded | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| jobs: | |
| check-for-response: | |
| uses: aws-deadline/.github/.github/workflows/reusable_responded.yml@mainline | |
| permissions: | |
| issues: write | |
| pull-requests: write |