From 3d5e8b027432f985d8200e12ce18fef38b11717b Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 19 Sep 2023 11:29:13 +0200 Subject: [PATCH 1/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 90fd8a0..fbccbaa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @FoSIX @migara @sebastianczech \ No newline at end of file +* @PaloAltoNetworks/azure-vmseries-modules-codeowners @PaloAltoNetworks/aws-vmseries-modules-codeowners @PaloAltoNetworks/gcp-vmseries-modules-codeowners \ No newline at end of file From 826edb6a6adfa378fb0ddaa603af1fba719a84b9 Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 19 Sep 2023 11:34:02 +0200 Subject: [PATCH 2/2] Use workflows in v2.2 version --- .github/workflows/lint_pr_title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_pr_title.yml b/.github/workflows/lint_pr_title.yml index ce122f0..2758c11 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -20,5 +20,5 @@ on: jobs: lint_pr_title: name: Lint PR - uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/lint_pr_title.yml@v1 + uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/lint_pr_title.yml@v2.2 if: github.actor != 'dependabot[bot]'