Skip to content

Commit

Permalink
Add a workflow to invoke the fixup commits blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
shtlrs committed Aug 24, 2023
1 parent 708d79d commit 9b6cb1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/block-fixup-commits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Block fixup commits

on:
pull_request_target:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
block-fixup-commits:
uses: shtlrs/.github/.github/workflows/block-fixup-commits.yaml@main

0 comments on commit 9b6cb1e

Please sign in to comment.