49 Commits

Author SHA1 Message Date
Octokit Bot
f5ee959c5c 🚧 Workflows have changed (#2925)
Updates for workflows
2024-06-05 15:16:50 -05:00
Keegan Campbell
39d689651f docs: link corrections (#2874)
Fix a couple of master --> main branches in links
2024-02-05 12:44:18 -06:00
Octokit Bot
a74efefdc4 🚧 Workflows have changed (#2830)
Updates for workflows
2023-12-11 16:23:24 -06:00
Octokit Bot
2e88736037 don't run immediate response on Actions- or octokitbot-driven changes (#2819)
Updates for workflows
2023-11-22 13:02:37 -08:00
Nick Floyd
27aa6e5399 [BREAKING CHANGE]: Removes the .NET 5.0 support (#2806) 2023-10-31 16:04:42 -05:00
Octokit Bot
d79ca99636 [maint]: Updated immediate response workflows via automation (#2793)
Updates for workflows
2023-10-03 11:44:36 -05:00
Gareth Jones
5610c3bef4 ci: don't put a comment on PRs from dependabot or renovate (#2769) 2023-09-11 14:58:30 -05:00
Nick Floyd
8974796e0b Add auto responder workflow (#2754)
feat: add immediate-response.yml auto responder workflow
2023-07-27 14:00:23 -05:00
Nick Floyd
e27eb2b5d7 Add PR templates (#2751)
* octoherd: delete pull_request_template.md

* feat: add pull_request_template.md PR template
2023-07-20 10:24:24 -05:00
Nick Floyd
00b89daa23 [maint] Removes the old implementation of sourcelink and uses the newer one present in the .net SDK (#2666)
* reoves the old implemetnation of sourcelink and uses the newer one  present in the .net SDK

* cleans up appveyor

* updates proj with sourcelink props

* adds deterministic build check as well.

* Update docs/debugging-source.md

Co-authored-by: Keegan Campbell <me@kfcampbell.com>

---------

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
2023-02-07 11:14:49 -06:00
Octokit Bot
4a77e4d0f0 🚧 Workflows have changed (#2651)
Updates for workflows
2023-01-09 16:05:16 -06:00
dependabot[bot]
a8fc68c21a build(deps): Removes the dependency of .NET Core app 3.1 and bumps Cake.Coverlet from 2.5.4 to 3.0.2 in /build (#2616) 2023-01-05 11:55:45 -06:00
Octokit Bot
f022f0b091 🚧 Workflows have changed (#2647)
Updates for workflows
2023-01-03 09:11:17 -06:00
Octokit Bot
b312ae6a05 Workflows have changed (#2640)
Updates for workflows
2022-12-16 11:44:07 -08:00
Octokit Bot
450c2a1496 Workflow linting fix (#2638)
Updates for workflows
2022-12-12 11:58:13 -08:00
GitHub Action
bf740bbdd1 Github Agent | Workflow has updated 2022-12-06 15:10:28 +00:00
GitHub Action
5b8f3b169f Github Agent | Workflow has updated 2022-12-06 15:07:13 +00:00
GitHub Action
45ec41eb4d Github Agent | Workflow has updated 2022-12-06 15:03:16 +00:00
GitHub Action
826539e50f Github Agent | Workflow has updated 2022-12-06 14:58:54 +00:00
Nick Floyd
0f693adce7 [MAINT] Updates the stale action to use the new status labels 2022-12-02 14:19:29 -06:00
Nick Floyd
e3c06ba97b Add PR templates (#2612)
feat: add pull_request_template.md PR template
2022-11-14 14:18:48 -08:00
Keegan Campbell
1d9847081b [maint] Add issue templates (#2604) 2022-11-04 14:58:38 -05:00
Nick Floyd
a6a74c29af Removes references to old labels and updates release steps (#2601) 2022-10-31 12:39:00 -05:00
Nick Floyd
5b28c7ee68 Update stale.yml 2022-10-26 16:53:47 -05:00
Gregor Martynus
8624d90e80 ci: revert 0d6b7c41 and 30fdeca1 (#2584) 2022-09-28 14:18:19 -05:00
Gregor Martynus
0d6b7c4119 ci(publish.yml): set version v3 to actions/checkout 2022-09-27 15:24:53 -07:00
Gregor Martynus
30fdeca1d2 ci(netcore.yml): set version v3 to actions/checkout 2022-09-27 15:24:52 -07:00
Sean Killeen
05aa951d41 Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) (#2573) 2022-09-20 14:35:13 -05:00
Nick Floyd
1e3fa1d770 feat: Adds generators project and AsyncPaginationExtension generator (#2537) 2022-08-11 01:34:16 -05:00
Nick Floyd
a5afcc229f Create codeql-analysis.yml 2022-05-27 13:57:14 -05:00
Nick Floyd
74a2c7b97d Cleans up unnecessary ticks 2022-05-10 16:43:21 -05:00
Nick Floyd
486c83a23e adds stale bot functionallity via action and removes the stalebot config (#2442) 2022-05-10 16:36:37 -05:00
Nick Floyd
8e800f29c6 creates the config file for stalebot to help us clean up old/inactive issues (#2441) 2022-05-10 10:53:37 -05:00
Brendan Forster
618215cf7e restore 3.1.x for publish script 2021-02-21 18:57:48 -04:00
Phil Haack
375c20e49a Move the build to .net 5 (#2294)
* Move the build to .net 5

.NET 5 is fine for building projects that target older versions of .NET. This also should fix the AppVeyor build which fails because the latest `coverlet.console` only supports .NET 5.

* Some things need .NET core 3.1 available

Co-authored-by: Brendan Forster <github@brendanforster.com>
2021-02-21 18:48:53 -04:00
Brendan Forster
66f0676dc3 enable windows target for building on Actions (#2302)
* enable windows target for building
* workaround IGNORE_NORMALISATION_GIT_HEAD_MOVE reported by GitVersion
2021-02-13 17:36:16 -04:00
Brendan Forster
9cbe8acd1f tidy up unused dependabot ignore rule (#2300) 2021-02-13 16:54:55 -04:00
Brendan Forster
8124bd4e80 tidy up workflow to address new restrictions (#2299) 2021-02-13 16:53:15 -04:00
Mattias Karlsson
70a380a4d0 (build) Updated Cake Frosting to version 1.0.0 (#2289) 2021-02-13 15:40:41 -04:00
Gregor Martynus
24a1628b84 Revert "build(dependabot): disable by removing configuration"
This reverts commit f504167f4a.

Sorry I missed to filter out this repository when I run my script :(
2020-12-16 12:12:59 -08:00
Gregor Martynus
f504167f4a build(dependabot): disable by removing configuration
I'm taking a break. I'll enable automated dependency updates when I'm back in 2021. But probably not with Dependabot, but Renovate.
2020-12-16 12:06:02 -08:00
dependabot-preview[bot]
6d00f67604 Create Dependabot config file (#2209)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 21:19:17 -03:00
Brendan Forster
fcc32cd76d update CI scripts 2020-06-09 18:26:46 -03:00
Brendan Forster
3c13a8c7a3 add publish on tag action to push releases to NuGet (#2189) 2020-05-12 14:19:55 -03:00
Brendan Forster
3751dd87df bump the version to the latest release of the .NET Core SDK (#2162) 2020-03-30 12:43:43 -03:00
Brendan Forster
8cf4d5840e upgrade project tooling to .NET Core 3.1 (#2089) 2020-02-09 12:34:34 -04:00
Brendan Forster
bbae519055 tidy up the mentions of the supported platforms (#2068) 2020-01-27 15:08:48 -04:00
Brendan Forster
2431bb48bb drop travis config for CI builds (#2067) 2020-01-27 14:11:35 -04:00
Brendan Forster
39fb9f6a24 add a simple netcore build for Windows/macOS/Linux (#2066) 2020-01-27 13:50:19 -04:00