AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Add PBI validation github action, Fixes AB#3024932 #2491

Closed p3dr0rv closed 1 month ago

p3dr0rv commented 1 month ago

This workflow checks if an ADO ID (AB#ID) has been set successfully (https://github.com/marketplace/actions/azure-boards-check-for-ab) If so, the workflow will extract the AB ID from the message, then it will update the PR title adding ', Fixed AB#ID' at the end. Why? Adding ', Fixed AB#ID' to the PR title will make the PR to automatically resolve the associated ADO item when the PR is completed.

AB#3024932