Skip to content

Commit

Permalink
ci(templates): Remove badge from PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Oct 15, 2024
1 parent 684b050 commit 9201d9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# #{{ISSUE_NUMBER}} - {{PULL_REQUEST_TITLE}}

[![Preview](https://github.com/{{REPOSITORY}}/actions/workflows/preview.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/preview.yml?query=branch%3A{{BRANCH_NAME}})
[![Infracost](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-infracost.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-infracost.yml?query=branch%3A{{BRANCH_NAME}})
[![OpenTofu Lint](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-lint.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-lint.yml?query=branch%3A{{BRANCH_NAME}})
[![OpenTofu Sec](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-sec.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-sec.yml?query=branch%3A{{BRANCH_NAME}})
[![OpenTofu Lint](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-lint.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-lint.yml?query=branch%3A{{BRANCH_NAME}})
[![OpenTofu Sec](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-sec.yml/badge.svg?branch={{BRANCH_NAME}}&event=pull_request)](https://github.com/{{REPOSITORY}}/actions/workflows/pull-request-opentofu-sec.yml?query=branch%3A{{BRANCH_NAME}})

## Description
* closes #{{ISSUE_NUMBER}}
Expand Down

0 comments on commit 9201d9b

Please sign in to comment.