Skip to content

Commit

Permalink
Update .github/workflows/check_pr_title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfe-github-1[bot] committed Jun 28, 2024
1 parent a12f37c commit 78c5ae1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check_pr_title.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# DON'T MODIFY THIS WORKFLOW FILE DIRECTLY
#
# This workflow
# - checks if the PR title is compliant
# This workflow
# - checks if the PR title is compliant
# (cf. https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793131314/How+to+have+a+good+PR+title)
# - is force implemented in specific repositories (tier0 repository) of the organization with Terraform
# - is mandatory to merge in main branch of your repo because of
# - is force implemented in specific repositories (tier0 repository) of the organization with Terraform
# - is mandatory to merge in main branch of your repo because of
# https://github.com/doctolib/kube/blob/master/envs/tooling/terraform/05_github/main_rulesets.tf#L1
#
# For more details, read https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793590015/Traceability+and+risk+assessment+for+production+changes
# For more details, read https://doctolib.atlassian.net/wiki/spaces/EE/pages/1793590015/Traceability+and+risk+assessment+for+production+changes

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

on:
pull_request:
branches: [master, main]
branches: [master, main, staging]
types: [opened, edited, reopened, synchronize, ready_for_review]
merge_group:

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

0 comments on commit 78c5ae1

Please sign in to comment.