From 1c638265cb286067f0ee8b91be3e0091504646a0 Mon Sep 17 00:00:00 2001 From: Andy Rae <1127507+AndyRae@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:34:56 +0000 Subject: [PATCH 1/3] Update dependencies --- app/Directory/Directory.csproj | 22 +++++++++++----------- lib/Core/Core.csproj | 6 +++--- lib/Data/Data.csproj | 12 ++++++------ lib/Omop/Omop.csproj | 2 +- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app/Directory/Directory.csproj b/app/Directory/Directory.csproj index 1a005178a..d34a23b2f 100644 --- a/app/Directory/Directory.csproj +++ b/app/Directory/Directory.csproj @@ -1,7 +1,7 @@ - 4.0.1 + 4.0.3 $(Version)+$(GitHash) @@ -28,29 +28,29 @@ - + - + - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/lib/Core/Core.csproj b/lib/Core/Core.csproj index b982ec685..8fbf7bce0 100644 --- a/lib/Core/Core.csproj +++ b/lib/Core/Core.csproj @@ -9,10 +9,10 @@ - + - - + + diff --git a/lib/Data/Data.csproj b/lib/Data/Data.csproj index 33389130c..680538604 100644 --- a/lib/Data/Data.csproj +++ b/lib/Data/Data.csproj @@ -7,18 +7,18 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/lib/Omop/Omop.csproj b/lib/Omop/Omop.csproj index b42c78564..f78d0642f 100644 --- a/lib/Omop/Omop.csproj +++ b/lib/Omop/Omop.csproj @@ -7,7 +7,7 @@ - + From 6fec7f6df3329c3b90e23bb8fc2cbf58aa9db201 Mon Sep 17 00:00:00 2001 From: Andy Rae <1127507+AndyRae@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:36:07 +0000 Subject: [PATCH 2/3] Remove azure board workflow --- .github/workflows/pr.check.work-item-ref.yml | 41 -------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/pr.check.work-item-ref.yml diff --git a/.github/workflows/pr.check.work-item-ref.yml b/.github/workflows/pr.check.work-item-ref.yml deleted file mode 100644 index 56e6e4a99..000000000 --- a/.github/workflows/pr.check.work-item-ref.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Azure Boards Reference - -on: - pull_request: - types: [opened, edited, synchronize, reopened] - -jobs: - # check presence of id in title - check: - runs-on: ubuntu-latest - steps: - - uses: deepakputhraya/action-pr-title@master - with: - regex: '^AB#\d+' # Match pull request titles in the form AB# Title. - github_token: ${{ github.token }} # Default: ${{ github.token }} - # if found, comment to ensure it gets linked - # only one comment will be made per PR, but will be updated - # if the title changes (and continues to pass the check) - # in case the work item reference changes. - comment: - runs-on: ubuntu-latest - needs: check # only do this if the check passes - steps: - - name: Find Comment - uses: peter-evans/find-comment@v3 - id: fc - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: "github-actions[bot]" - body-includes: "ℹ Linked Title:" - - name: Create or update Work Item Link - uses: peter-evans/create-or-update-comment@v4 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - **ℹ Linked Title:** - ${{ github.event.pull_request.title }} - - *This bot comment serves to ensure the title work item gets hyperlinked.* - edit-mode: replace From 577d6b0715afffb8873d7091f2289724099243cc Mon Sep 17 00:00:00 2001 From: Andy Rae <1127507+AndyRae@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:39:26 +0000 Subject: [PATCH 3/3] Update PR template --- .github/pull_request_template.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aefc2af5e..76822eed1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,23 @@ - +| | +|-| +♻️ Refactor +✨ Feature +🦋 Bug Fix +⚡️ Optimization +📝 Documentation +🛠️ Repo maintenance -## Overview +## PR Description -Summarise what this Pull Request is for. - +## Screenshots, example outputs/behaviour etc. -## Azure Boards +## ✅ Added/updated tests? +- [] This PR contains relevant tests / Or doesn't need to per the below explanation -- `` - -## Notes - -Any further notes on changes not covered above. Delete if not required. +## [optional] What gif best describes this PR or how it makes you feel? +![alt_text](gif_link)