Skip to content

No '...' shows for the sub action 'Customize Columns' on the toolbar of one table #12889

No '...' shows for the sub action 'Customize Columns' on the toolbar of one table

No '...' shows for the sub action 'Customize Columns' on the toolbar of one table #12889

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/assign-one-project-github-action@1.2.1
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/assign-one-project-github-action@1.2.1
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'