From 56ff48c4279fa87ace0eb98c7943d31587566950 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Wed, 8 Nov 2023 11:07:42 +0100 Subject: [PATCH] GitHubSync update --- .github/PULL_REQUEST_TEMPLATE.md | 17 ++++++----------- deployment/cake/docker-tasks.cake | 2 +- deployment/cake/sourcecontrol-github.cake | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 35c96635..0745d5a7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,27 @@ ### Description of Change ### - + ### Issues Resolved ### + - fixes # ### API Changes ### + None -### Platforms Affected ### - - -- All -- WPF -- UWP -- iOS -- Android - ### Behavioral Changes ### + None ### Testing Procedure ### + ### PR Checklist ### @@ -34,5 +29,5 @@ None - [ ] I have included examples or tests - [ ] I have updated the change log - [ ] I am listed in the CONTRIBUTORS file -- [ ] Rebased on top of the target branch at time of PR - [ ] Changes adhere to coding standard +- [ ] I checked the licenses of Third Party software and discussed new dependencies with at least 1 other team member \ No newline at end of file diff --git a/deployment/cake/docker-tasks.cake b/deployment/cake/docker-tasks.cake index f6382c79..79350bf3 100644 --- a/deployment/cake/docker-tasks.cake +++ b/deployment/cake/docker-tasks.cake @@ -1,7 +1,7 @@ #l "docker-variables.cake" #l "lib-octopusdeploy.cake" -#addin "nuget:?package=Cake.Docker&version=1.2.2" +#addin "nuget:?package=Cake.Docker&version=1.2.3" //------------------------------------------------------------- diff --git a/deployment/cake/sourcecontrol-github.cake b/deployment/cake/sourcecontrol-github.cake index 7c3b4e9e..74368106 100644 --- a/deployment/cake/sourcecontrol-github.cake +++ b/deployment/cake/sourcecontrol-github.cake @@ -1,5 +1,5 @@ #addin "nuget:?package=Cake.GitHub&version=0.1.0" -#addin "nuget:?package=Octokit&version=8.1.1" +#addin "nuget:?package=Octokit&version=9.0.0" //-------------------------------------------------------------