diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 1cd3021..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,19 +0,0 @@ -## What - -_what the PR changes_ - -## Why - -_why these changes were made_ - -## Test Plan - -_how did you verify these changes did what you expected_ - -## Env Vars - -_did you add, remove, or rename any environment variables_ - -## Checklist - -- [ ] Tested all changes locally diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 5c157a5..f339ad7 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,4 +1,4 @@ -name: Build +name: Sonarqube on: push: @@ -10,8 +10,9 @@ on: jobs: build: - name: Build and analyze + name: Sonarqube Analysis runs-on: ubuntu-latest + if: ${{ !startsWith(github.head_ref, 'dependabot/') }} steps: - uses: actions/checkout@v4