Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit dcc87ec

Browse files
authored
MRG: Merge pull request #15 from octue/update-to-use-single-topic
Update to use single topic
2 parents 71725b9 + 7a85692 commit dcc87ec

File tree

4 files changed

+502
-463
lines changed

4 files changed

+502
-463
lines changed

.github/workflows/update-pull-request.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@
66

77
name: update-pull-request
88

9-
# Only trigger for pull requests into main branch.
10-
on:
11-
pull_request:
12-
branches:
13-
- main
9+
on: pull_request
1410

1511
jobs:
1612
description:
1713
if: "!contains(github.event.pull_request.body, '<!--- SKIP AUTOGENERATED NOTES --->')"
1814
runs-on: ubuntu-latest
1915
steps:
20-
- uses: actions/checkout@v3
21-
2216
- uses: octue/[email protected]
2317
id: pr-description
2418
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,10 @@ repos:
4949
- id: check-branch-name
5050
args:
5151
- "^main$"
52-
- "^development$"
53-
- "^devops/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
54-
- "^doc/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
55-
- "^feature/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
56-
- "^enhancement/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
57-
- "^fix/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
58-
- "^hotfix/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
59-
- "^review/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
60-
- "^refactor/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
61-
- "^test/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
62-
- "^style/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
63-
- "^deprecation/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
64-
- "^dependencies/([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
52+
- "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
6553

6654
- repo: https://github.com/octue/conventional-commits
67-
rev: 0.8.1
55+
rev: 0.9.0
6856
hooks:
6957
- id: check-commit-message-is-conventional
7058
stages: [commit-msg]

0 commit comments

Comments
 (0)