dropdown in dialog: when clicking outside of dialog while dropdown open, the entire dialog closes #15
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
name: Add issue to Auro project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
call-auro-assign-workflow: | |
uses: AlaskaAirlines/auro-library/.github/workflows/addToProject.yml@main | |
secrets: inherit |