Skip to content

Commit

Permalink
Merge branch 'main' into make-addons-no-dir-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson authored Feb 29, 2024
2 parents a28fd0b + 2a8f874 commit 0f9e01c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pull request title validation

on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited

jobs:

pull-request-title-validation:
name: Pull request title validation
runs-on: ubuntu-latest

steps:
- name: Pull request title validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
2 changes: 0 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:

- name: docs
run: poetry run pre-commit run docs --all-files


0 comments on commit 0f9e01c

Please sign in to comment.