Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ automerge:
- update-type: "pin"
- update-type: "digest"

versioning-strategy: auto
#versioning-strategy: auto
14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Pull Request Checks

on: pull_request
on:
pull_request:
branches:
- master
jobs:

branch-name-check:
name: Enforce Branch Name Convention
name: PR Check Enforce Branch Name Convention
runs-on: ubuntu-latest
steps:
- name: Validate Branch Name
Expand All @@ -26,7 +26,7 @@ jobs:

# qqqq repo will need branch protection rules and PR Templatebr
commitlint:
name: commitlint
name: PR Check commitlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -51,23 +51,23 @@ jobs:
# #continue-on-error: true # we dont want secrets going further and the keys need to be changed if this is triggered

Unit-Tests:
name: todo unit tests
name: PR Check Unit Tests
runs-on: ubuntu-latest
steps:
- name: See other project pipeline for Tests
run: echo " See other project pipeline for Tests this is a placeholder"


E2E-Tests:
name: todo e2e tests
name: PR Check E2E Tests
runs-on: ubuntu-latest
steps:
- name: See other project pipeline for Tests
run: echo " See other project pipeline for Tests this is a placeholder"


Code-Coverage:
name: code coverage
name: PR Check Code Coverage
runs-on: ubuntu-latest
steps:
- name: Code Coverage
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [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)


### Bug Fixes

* **add:** fff ([4ded49b](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/4ded49bdc79356256379a872b7754ab6929a5fea))
* **pr w:** lets ([7b990e9](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/7b990e90d32d26327fa40435df749c69b5be47f0))

## [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)


### Bug Fixes

* **dependabot:** fix ([3276815](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/3276815c8cb7c4250bcbfe39521b59f1286115f3))

## [9.2.3](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.2...v9.2.3) (2025-04-22)


Expand Down