Skip to content

Commit

Permalink
chore: enforce conventional commits (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jun 20, 2024
1 parent a6ecee7 commit d0d9643
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Validates PR title follows conventional commits
name: conventional-commits
on:
pull_request:
branches: main
types:
- edited
- opened
- synchronize
- reopened

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: [ARM64, self-hosted, Linux]
steps:
- uses: chanzuckerberg/github-actions/.github/actions/[email protected]
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
explorer:
image:
tag: sha-95abe1f7
tag: sha-6a4bee02
replicaCount: 1

0 comments on commit d0d9643

Please sign in to comment.