Skip to content

Commit

Permalink
Merge pull request #51 from valkey-io/aiven-sal/rebasemerge
Browse files Browse the repository at this point in the history
CI: enforce semi-linear git history
  • Loading branch information
ahmedsobeh authored Jul 11, 2024
2 parents 9c5e2b7 + cddd905 commit e4cb9e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rebase-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Enforce semi-linear git history

on: pull_request

jobs:
forbid-merge-commits:
runs-on: ubuntu-latest
steps:
- name: Run Forbid Merge Commits Action
uses: motlin/forbid-merge-commits-action@main

0 comments on commit e4cb9e2

Please sign in to comment.