Skip to content

Commit fa8a24d

Browse files
committed
renamed backend project
1 parent 84e81bf commit fa8a24d

File tree

65 files changed

+8
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
multiple: true
5757
description: Name(s) of the affected template(s) (if applicable)
5858
options:
59-
- refarch-backend
59+
- captchaservice-backend
6060
validations:
6161
required: false
6262
- type: input

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
multiple: true
2020
description: Name(s) of the affected template(s) (if applicable)
2121
options:
22-
- refarch-backend
22+
- captchaservice-backend
2323
validations:
2424
required: false
2525
- type: textarea

.github/ISSUE_TEMPLATE/3-maintenance-work.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
multiple: true
2020
description: Name(s) of the affected template(s) (if applicable)
2121
options:
22-
- refarch-backend
22+
- captchaservice-backend
2323
validations:
2424
required: false
2525
- type: textarea

.github/ISSUE_TEMPLATE/4-documentation-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
multiple: true
2020
description: Affected documentation parts
2121
options:
22-
- refarch-backend
22+
- captchaservice-backend
2323
- Other
2424
validations:
2525
required: true

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
- head-branch: [ '^sec', '-security-' ]
1515
"Template: Backend":
1616
- changed-files:
17-
- any-glob-to-any-file: ['refarch-backend/**']
17+
- any-glob-to-any-file: ['captchaservice-backend/**']

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
analyze-java: true
1515
analyze-javascript-typescript-vue: true
1616
analyze-python: false
17-
java-build-paths: "['./refarch-backend']"
17+
java-build-paths: "['./captchaservice-backend']"

.github/workflows/maven-node-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include: # hier müssen die Pfade angegeben werden
18-
- app-path: refarch-backend
18+
- app-path: captchaservice-backend
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- if: ${{hashFiles(format('./{0}/package.json', matrix.app-path))!=null}}

.github/workflows/release-maven-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
description: Service-Name
1717
required: true
1818
options:
19-
- refarch-backend
19+
- captchaservice-backend
2020

2121
jobs:
2222
release-maven:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)