A11y_Azure Tools Storage Explorer_Get Shared Access Signature_Use of Color : The "Learn More about shared access signature" is not associated with underline/chevron to differentiate as link from normal text on dialog. #12901
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: Assign Projects | |
on: | |
issues: | |
types: [labeled, milestoned] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
assign-project: | |
name: Assign to projects | |
runs-on: ubuntu-latest | |
steps: | |
- uses: srggrs/[email protected] | |
name: Assign to Storage Explorer project | |
if: github.event.action == 'milestoned' | |
with: | |
project: 'https://github.com/microsoft/AzureStorageExplorer/projects/8' | |
column_name: 'Committed' | |
- uses: srggrs/[email protected] | |
name: Assign to Globalization project | |
if: contains(github.event.issue.labels.*.name, '🌐 localization') | |
with: | |
project: 'https://github.com/microsoft/AzureStorageExplorer/projects/9' | |
column_name: 'Committed' |