diff --git a/.github/workflows/lint_pr_title.yml b/.github/workflows/lint_pr_title.yml index aaf743d2..80d883aa 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -1,6 +1,4 @@ -# DESCRIPTION: -# A workflow used to verify if PR titles matches conventional commits strategy. -# END +# This workflow is used to verify if PR titles matches conventional commits strategy name: Lint PR Title run-name: "Lint PR - (#${{ github.event.number }}) ${{ github.event.pull_request.title }}" diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 99828dc7..5482304a 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -1,5 +1,4 @@ -# This workflow will build a golang project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go +# This workflow will build and test a golang project name: Go