Skip to content

Commit 9dd34b9

Browse files
authored
refactor: remove DB UX Design System 3 leftovers (#501)
* Delete auto-update.yml * Delete 99-auto-update-pr.yml * Update default.yml * Update package.json * Discard changes to .github/workflows/99-auto-update-pr.yml
1 parent 35e3c6c commit 9dd34b9

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.github/workflows/auto-update.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- "main"
8-
- "dbux-3"
98

109
jobs:
1110
init:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
4848
},
4949
"validate-branch-name": {
50-
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
50+
"pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
5151
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
5252
},
5353
"keywords": [],

0 commit comments

Comments
 (0)