Fixed Escape key closing both AlertDialog and Dialog in EmailDesignModal #56309
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: 'Label Issues & PRs' | |
| on: | |
| workflow_dispatch: | |
| issues: | |
| types: [opened, closed, labeled] | |
| pull_request_target: | |
| types: [opened, closed, labeled] | |
| schedule: | |
| - cron: '0 * * * *' | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| if: github.repository_owner == 'TryGhost' | |
| steps: | |
| - uses: tryghost/actions/actions/label-actions@0cbdcbeb9030f46b109d5e6e44c14933026d8ca5 # main |