Skip to content

[BUG]: Change in AzureCLIV2 2.228.0 uses proxy configuration by default which may cause an expected error #5328

[BUG]: Change in AzureCLIV2 2.228.0 uses proxy configuration by default which may cause an expected error

[BUG]: Change in AzureCLIV2 2.228.0 uses proxy configuration by default which may cause an expected error #5328

name: Auto Assign ABTT to Project Board
on:
issues:
types:
- opened
- labeled
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to ABTT Project
steps:
- name: "Assign issues with 'Area: ABTT' label to project board"
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/microsoft/projects/755
github-token: ${{ secrets.ABTT_TOKEN }}
labeled: 'Area: ABTT'