Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Replace action that doesn't understand unchangable old commits wi…
Browse files Browse the repository at this point in the history
…th oneliner that does
chrysn committed Jan 24, 2025
1 parent a621739 commit 4bb318f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -5,11 +5,9 @@ name: Pull Requests
jobs:
message-check:
name: Block Autosquash Commits

runs-on: ubuntu-latest

steps:
- name: Check out riot-wrappers
uses: actions/checkout@v3
- name: Block Autosquash Commits
uses: skjnldsv/block-autosquash-commits-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
run: "! git log --oneline main.. |grep 'fixup!\\|squash!\\|MERGE\\|DNM'"

0 comments on commit 4bb318f

Please sign in to comment.