From fc0358059d0ad7423bfe2a09d8dea4628d2112b8 Mon Sep 17 00:00:00 2001 From: Thiago Panini Date: Wed, 1 Feb 2023 23:09:15 -0300 Subject: [PATCH 1/3] docs: alterando link para badge de ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4c39a..688b402 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![GitHub release (latest by date)](https://img.shields.io/github/v/release/ThiagoPanini/terraglue?color=purple) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ThiagoPanini/terraglue?color=blue) - ![CI workflow](https://img.shields.io/github/actions/workflow/status/ThiagoPanini/terraglue/ci-terraglue.yml?label=ci) + ![CI workflow](https://img.shields.io/github/actions/workflow/status/ThiagoPanini/terraglue/ci-terraglue-main.yml?label=ci) [![codecov](https://codecov.io/github/ThiagoPanini/terraglue/branch/main/graph/badge.svg?token=7HI1YGS4AA)](https://codecov.io/github/ThiagoPanini/terraglue) From 9ef94052e0dafaf16231f0dba261687cdfc6d000 Mon Sep 17 00:00:00 2001 From: Thiago Panini Date: Wed, 1 Feb 2023 23:09:28 -0300 Subject: [PATCH 2/3] =?UTF-8?q?ci:=20numerando=20workflows=20para=20melhor?= =?UTF-8?q?=20organiza=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/configs/release-drafter.yml | 2 ++ .github/workflows/ci-release-drafter.yml | 2 +- .github/workflows/ci-terraglue-dev.yml | 2 +- .github/workflows/ci-terraglue-feature.yml | 2 +- .github/workflows/ci-terraglue-main.yml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/configs/release-drafter.yml b/.github/configs/release-drafter.yml index 9d0e773..0628209 100644 --- a/.github/configs/release-drafter.yml +++ b/.github/configs/release-drafter.yml @@ -65,3 +65,5 @@ version-resolver: template: | ## Changes + + $CHANGES diff --git a/.github/workflows/ci-release-drafter.yml b/.github/workflows/ci-release-drafter.yml index d5d2851..7adf212 100644 --- a/.github/workflows/ci-release-drafter.yml +++ b/.github/workflows/ci-release-drafter.yml @@ -1,4 +1,4 @@ -name: 📦 Release Drafter +name: "[4]📦 Release Drafter" on: push: diff --git a/.github/workflows/ci-terraglue-dev.yml b/.github/workflows/ci-terraglue-dev.yml index f10bba5..3c52455 100644 --- a/.github/workflows/ci-terraglue-dev.yml +++ b/.github/workflows/ci-terraglue-dev.yml @@ -1,4 +1,4 @@ -name: ⚙️ CI terraglue - develop +name: "[2]⚙️ CI terraglue - develop" on: push: diff --git a/.github/workflows/ci-terraglue-feature.yml b/.github/workflows/ci-terraglue-feature.yml index 40facf9..0f102b9 100644 --- a/.github/workflows/ci-terraglue-feature.yml +++ b/.github/workflows/ci-terraglue-feature.yml @@ -1,4 +1,4 @@ -name: ⚙️ CI terraglue - feature branch +name: "[1]⚙️ CI terraglue - feature branch" on: push: diff --git a/.github/workflows/ci-terraglue-main.yml b/.github/workflows/ci-terraglue-main.yml index 054b4d1..d133a9a 100644 --- a/.github/workflows/ci-terraglue-main.yml +++ b/.github/workflows/ci-terraglue-main.yml @@ -1,4 +1,4 @@ -name: ⚙️ CI terraglue - main +name: "[3]⚙️ CI terraglue - main" on: pull_request: From 978830849c87b90fe14a388cb21b6421c1295f95 Mon Sep 17 00:00:00 2001 From: Thiago Panini Date: Wed, 1 Feb 2023 23:14:22 -0300 Subject: [PATCH 3/3] ci: atualizando nomes de PRs criados automaticamente --- .github/workflows/ci-terraglue-dev.yml | 2 +- .github/workflows/ci-terraglue-feature.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-terraglue-dev.yml b/.github/workflows/ci-terraglue-dev.yml index 3c52455..c7df39f 100644 --- a/.github/workflows/ci-terraglue-dev.yml +++ b/.github/workflows/ci-terraglue-dev.yml @@ -82,7 +82,7 @@ jobs: with: source_branch: ${{ github.ref }} destination_branch: "main" - pr_title: "[PREENCHER] develop -> main" + pr_title: "pr(main): develop -> main" pr_template: ".github/pull_request_template.md" pr_assignee: "ThiagoPanini" pr_label: github-bot 🤖 diff --git a/.github/workflows/ci-terraglue-feature.yml b/.github/workflows/ci-terraglue-feature.yml index 0f102b9..b9b6796 100644 --- a/.github/workflows/ci-terraglue-feature.yml +++ b/.github/workflows/ci-terraglue-feature.yml @@ -82,8 +82,8 @@ jobs: with: source_branch: ${{ github.ref }} destination_branch: "develop" - pr_title: "[PREENCHER] ${{ github.ref }} -> develop" + pr_title: "pr(dev): ${{ github.ref }} -> develop" pr_template: ".github/pull_request_template.md" pr_assignee: "ThiagoPanini" - pr_label: github-bot 🤖 + pr_label: "github-bot 🤖" github_token: ${{ secrets.GITHUB_TOKEN }}