Skip to content

The items under one folder show normal if type '/folder name/' on the address bar then press 'Enter' for one ADLS Gen2 blob container #10359

The items under one folder show normal if type '/folder name/' on the address bar then press 'Enter' for one ADLS Gen2 blob container

The items under one folder show normal if type '/folder name/' on the address bar then press 'Enter' for one ADLS Gen2 blob container #10359

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'