Skip to content

Commit

Permalink
Add version sweeper task
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Nov 19, 2024
1 parent e2313da commit 7287f57
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/version-sweep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Target supported version"

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
version-sweep:
uses: novorender/infrastructure/.github/workflows/version-sweep.yml@main
with:
support: "STS"
secrets: inherit
4 changes: 4 additions & 0 deletions dotnet-versionsweeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"outOfSupportWithinDays": 90,
"actionType": "all"
}

0 comments on commit 7287f57

Please sign in to comment.