Skip to content

Commit 8702b3d

Browse files
authored
Merge branch 'master' into fix-schema-ownership-issues
2 parents c23cf63 + 023e5b3 commit 8702b3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/check_pr_title.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# DON'T MODIFY THIS WORKFLOW FILE DIRECTLY
22
#
3-
# This workflow
4-
# - checks if the PR title is compliant
3+
# This workflow
4+
# - checks if the PR title is compliant
55
# (cf. https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793131314/How+to+have+a+good+PR+title)
6-
# - is force implemented in specific repositories (tier0 repository) of the organization with Terraform
7-
# - is mandatory to merge in main branch of your repo because of
6+
# - is force implemented in specific repositories (tier0 repository) of the organization with Terraform
7+
# - is mandatory to merge in main branch of your repo because of
88
# https://github.com/doctolib/kube/blob/master/envs/tooling/terraform/05_github/main_rulesets.tf#L1
99
#
10-
# For more details, read https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793590015/Traceability+and+risk+assessment+for+production+changes
10+
# For more details, read https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793590015/Traceability+and+risk+assessment+for+production+changes
1111

1212
name: '[Org workflow] Check PR title'
1313
run-name: '${{ github.event.pull_request.title }}'
1414

1515
on:
1616
pull_request:
17-
branches: [master, main]
17+
branches: [master, main, staging]
1818
types: [opened, edited, reopened, synchronize, ready_for_review]
1919
merge_group:
2020

@@ -31,4 +31,4 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Check PR title
34-
uses: doctolib/actions/check-pr-title@main
34+
uses: doctolib/actions/check-pr-title@main

0 commit comments

Comments
 (0)