From 78c5ae167de1c1a89e7f4db960396401ec575516 Mon Sep 17 00:00:00 2001 From: "tfe-github-1[bot]" <138197671+tfe-github-1[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:06:09 +0000 Subject: [PATCH] Update .github/workflows/check_pr_title.yml --- .github/workflows/check_pr_title.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check_pr_title.yml b/.github/workflows/check_pr_title.yml index 5527bd9..9b03123 100644 --- a/.github/workflows/check_pr_title.yml +++ b/.github/workflows/check_pr_title.yml @@ -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: @@ -31,4 +31,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR title - uses: doctolib/actions/check-pr-title@main \ No newline at end of file + uses: doctolib/actions/check-pr-title@main