Enable seamless webview-to-broker transitions for server-driven enrollment flows #563
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # IMPORTANT: This workflow is using a centralized PR Title validation as a reusable workflow from the AzureAD/azure-activedirectory-tokenbroker-for-objc repository. This helps ensure there is only a single source of truth for PR title linting across repos. | ||
| # | ||
| # The PR title lint workflow lives in the 'dev' branch of 'azure-activedirectory-tokenbroker-for-objc'. | ||
| # | ||
| # To update or modify PR title requirements, ONLY edit the file: | ||
| # https://github.com/AzureAD/azure-activedirectory-tokenbroker-for-objc/blob/dev/.github/workflows/pr-title-lint.yml | ||
| # | ||
| # For more information on reusable workflows, see: https://docs.github.com/en/actions/using-workflows/reusing-workflows | ||
| name: Lint PR Title | ||
| on: | ||
| pull_request_target: | ||
| types: [opened, edited, synchronize, reopened, ready_for_review] | ||
| permissions: | ||
| pull-requests: read | ||
| jobs: | ||
| validate-pr-title: | ||
| uses: AzureAD/azure-activedirectory-tokenbroker-for-objc/.github/workflows/pr-title-lint.yml@dev | ||
|
Check failure on line 21 in .github/workflows/pr-title-lint.yml
|
||
| secrets: inherit | ||