aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-08-12 19:30:23 +0200
committerGravatar GitHub <[email protected]>2023-08-12 19:30:23 +0200
commit436b6dd12aedca818e3cf3f5a33e9ff8b8b492f6 (patch)
treed9f49eb451a2979677cb3f23e737514f2c2072d8
parentMerge pull request #2715 from python-discord/use-ruff-isort (diff)
parentMerge branch 'main' into reuse-fixup-blocker-workflow (diff)
Merge pull request #2717 from python-discord/reuse-fixup-blocker-workflow
Block fixup commits
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a512f289d..42b6295dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,6 +13,10 @@ concurrency:
jobs:
+
+ fixup-commit-blocker:
+ uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main
+
lint-test:
uses: ./.github/workflows/lint-test.yml