Skip to content

[BUG]: AzureWebAppContainer@1 should error if App Service Resource Kind is not a container (such as "app,linux") #6102

[BUG]: AzureWebAppContainer@1 should error if App Service Resource Kind is not a container (such as "app,linux")

[BUG]: AzureWebAppContainer@1 should error if App Service Resource Kind is not a container (such as "app,linux") #6102

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