Skip to content

Commit

Permalink
Merge pull request #53 from ThiagoPanini/feature/repo-ci-config
Browse files Browse the repository at this point in the history
pr(dev): Modificando workflows para melhor gerenciamento das esteiras CI
  • Loading branch information
ThiagoPanini authored Feb 2, 2023
2 parents a1b9d91 + 9788308 commit d4185c6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/configs/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ version-resolver:

template: |
## Changes
$CHANGES
2 changes: 1 addition & 1 deletion .github/workflows/ci-release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📦 Release Drafter
name: "[4]📦 Release Drafter"

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-terraglue-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ⚙️ CI terraglue - develop
name: "[2]⚙️ CI terraglue - develop"

on:
push:
Expand Down Expand Up @@ -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 🤖
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-terraglue-feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ⚙️ CI terraglue - feature branch
name: "[1]⚙️ CI terraglue - feature branch"

on:
push:
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-terraglue-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ⚙️ CI terraglue - main
name: "[3]⚙️ CI terraglue - main"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</div>
Expand Down

0 comments on commit d4185c6

Please sign in to comment.