-
Notifications
You must be signed in to change notification settings - Fork 36
22 lines (18 loc) · 977 Bytes
/
pr-title-lint.yml
File metadata and controls
22 lines (18 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
secrets: inherit