From 0d6b6fa6899dc419962376ede5f974b8499507bd Mon Sep 17 00:00:00 2001 From: Marius Ghita Date: Mon, 28 Oct 2024 17:27:48 +0200 Subject: [PATCH] style(ci): naming of review workflow #9037 --- .github/workflows/10-review.yaml | 4 ++-- templates/.github/workflows/10-review.yaml.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/10-review.yaml b/.github/workflows/10-review.yaml index dded7ef..5167f6a 100644 --- a/.github/workflows/10-review.yaml +++ b/.github/workflows/10-review.yaml @@ -1,5 +1,5 @@ # Managed by https://github.com/linkorb/repo-ansible. Manual changes will be overwritten. -name: ReviewCode +name: Review on: pull_request_target: @@ -7,7 +7,7 @@ on: workflow_call: jobs: - check-for-cc: + commit-conventions: runs-on: ubuntu-latest steps: - name: Checkout diff --git a/templates/.github/workflows/10-review.yaml.j2 b/templates/.github/workflows/10-review.yaml.j2 index 6d1e42e..388c1a0 100644 --- a/templates/.github/workflows/10-review.yaml.j2 +++ b/templates/.github/workflows/10-review.yaml.j2 @@ -1,5 +1,5 @@ # [[ repo_managed ]] -name: ReviewCode +name: Review on: pull_request_target: @@ -7,7 +7,7 @@ on: workflow_call: jobs: - check-for-cc: + commit-conventions: runs-on: ubuntu-latest steps: - name: Checkout