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..c7df39f 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: @@ -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 40facf9..b9b6796 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: @@ -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 }} 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: 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)