Skip to content

Commit 8af50a5

Browse files
authored
Merge pull request #51 from TechnologyEnhancedLearning/feat-add-tel-frontend-package
Merge pull request #50 from TechnologyEnhancedLearning/master
2 parents f986373 + b472b36 commit 8af50a5

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ automerge:
2020
- update-type: "pin"
2121
- update-type: "digest"
2222

23-
versioning-strategy: auto
23+
#versioning-strategy: auto

.github/workflows/pull_request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Pull Request Checks
2-
3-
on: pull_request
2+
on:
3+
pull_request:
44
branches:
55
- master
66
jobs:
77

88
branch-name-check:
9-
name: Enforce Branch Name Convention
9+
name: PR Check Enforce Branch Name Convention
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Validate Branch Name
@@ -26,7 +26,7 @@ jobs:
2626
2727
# qqqq repo will need branch protection rules and PR Templatebr
2828
commitlint:
29-
name: commitlint
29+
name: PR Check commitlint
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
@@ -51,23 +51,23 @@ jobs:
5151
# #continue-on-error: true # we dont want secrets going further and the keys need to be changed if this is triggered
5252

5353
Unit-Tests:
54-
name: todo unit tests
54+
name: PR Check Unit Tests
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: See other project pipeline for Tests
5858
run: echo " See other project pipeline for Tests this is a placeholder"
5959

6060

6161
E2E-Tests:
62-
name: todo e2e tests
62+
name: PR Check E2E Tests
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: See other project pipeline for Tests
6666
run: echo " See other project pipeline for Tests this is a placeholder"
6767

6868

6969
Code-Coverage:
70-
name: code coverage
70+
name: PR Check Code Coverage
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Code Coverage

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [9.2.4-feat-add-tel-frontend-package.2](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.4-feat-add-tel-frontend-package.1...v9.2.4-feat-add-tel-frontend-package.2) (2025-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **add:** fff ([4ded49b](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/4ded49bdc79356256379a872b7754ab6929a5fea))
7+
* **pr w:** lets ([7b990e9](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/7b990e90d32d26327fa40435df749c69b5be47f0))
8+
9+
## [9.2.4-feat-add-tel-frontend-package.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.3...v9.2.4-feat-add-tel-frontend-package.1) (2025-04-22)
10+
11+
12+
### Bug Fixes
13+
14+
* **dependabot:** fix ([3276815](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/3276815c8cb7c4250bcbfe39521b59f1286115f3))
15+
116
## [9.2.3](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.2...v9.2.3) (2025-04-22)
217

318

0 commit comments

Comments
 (0)