* Add update-release-graph skill
Documents the workflow for regenerating the HAL+JSON release
information graph using the VersionIndex, ShipIndex, and LlmsIndex
generators from distroessed. Covers source data conventions,
graph topology, and validation steps.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add verify-releases skill for release link validation
New Copilot skill that validates .NET release data using dotnet-release
v0.5.0+ verify releases command. Checks URL liveness, SHA512 file hashes,
CDN latest.version files, and aka.ms redirect targets.
Includes:
- SKILL.md with full process documentation, commands, timing expectations,
troubleshooting, and report template
- Reference example with actual verification output from all supported
versions (8.0, 9.0, 10.0, 11.0)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add cve-enricher skill for CVE generation and enrichment
Describes how to use the dotnet-cve-enricher tool to synthesize, validate,
and enrich cve.json files in the release-notes timeline directory.
Covers:
- Synthesizing CVE records from releases.json + MSRC data
- Validating existing cve.json for data integrity
- Updating lookup dictionaries and CVSS/CNA data
- Agent usage with --json output mode
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update skill install instructions for dotnet-release 1.1.0
Remove --version "0.*" workaround from all skill prerequisites now
that 1.1.0 is the latest version on the GitHub Packages feed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Remove cve-enricher skill
The cve-enricher tool isn't ready yet. Remove the skill to keep
the PR focused on verify-releases and update-release-graph.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Restore Windows Server 2012 to supported OS matrix
PR #10313 accidentally moved Windows Server 2012 to unsupported
for .NET 8.0, 9.0, and 10.0. Windows Server 2012 (and 2012 R2) are
still supported via Extended Security Updates (ESU).
This restores 2012 to supported-versions and removes the
unsupported-versions entries for both Windows Server and
Windows Server Core across all active .NET versions.
Fixes#10330
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Clarify last-updated is required for every JSON change
Update the update-supported-os skill to emphasize that the
last-updated field must be updated in every modified JSON file,
no matter how small the change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Regenerate supported-os.md with correct support phase
Use updated dotnet-release tool that reads releases-index.json
to populate support phase (Active/Preview) and release type
(LTS/STS) instead of showing 'Unknown'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Regenerate supported-os.md with release status from releases.json
Support phase and release type are now sourced from releases.json
instead of defaulting to Unknown.
* Fix support phase casing in generated markdown
Regenerated with updated dotnet-release tool (0.7.0) that uses
ToDisplayName() for proper casing (Active, LTS, STS vs lowercase).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace RHEL with Red Hat Enterprise Linux and SLES with SUSE Linux
Enterprise Server in all distro JSON files (10.0 and 11.0) including
index.json entries and per-release names.
Update the update-distro-packages skill with display name rules to
prevent acronyms from being used in the future.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Remove 11.0 os-packages files (replaced by distros/ directory)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add 11.0 distros/ directory with per-distro package files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add update-distro-packages skill
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add dotnet-dependencies.md generation step to skill
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add dotnet-dependencies.md and update index.json to dictionary format
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add install/update instructions for dotnet-release tool in skill
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add dotnet packages population flow to skill
Adds instructions for querying pkgs.org and mapping results into
dotnet_packages/dotnet_packages_other fields in per-distro files.
Skill now asks user for PKGS_ORG_TOKEN when package updates are needed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Include preview distro versions and rolling channels in skill
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add known alternative feed registration commands to skill
Document exact install_command values for Ubuntu backports PPA and
Microsoft PMC. Clarify that install_command is required for every
dotnet_packages_other entry — it tells users how to register the
feed before installing packages.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add distro package list fallback to skill docs
Document querying distro package lists directly (e.g.
packages.ubuntu.com) as a fallback when pkgs.org doesn't have
data for newly released distro versions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add Fedora Bodhi fallback to skill docs
Document querying Fedora's Bodhi update system and source RPM
specs to check package availability for new Fedora releases
when pkgs.org doesn't have data yet.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add dotnet-packages generate command to skill
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add preview release rules to update-supported-os skill
Add two rules for pre-GA .NET releases:
- Rule 1: Remove EOL versions from supported (don't track as unsupported)
- Rule 2: Only add versions supported at GA + 6 months
Also document the .NET GA schedule (always November, even=LTS, odd=STS)
and add 11.0 to the active versions list.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add Windows ESU rule to supported-os skill and update ESU display text
- Add exception in update-supported-os skill: Windows versions covered by
Extended Security Updates (ESU) are not removed automatically and are
updated manually instead.
- Update ESU note text in supported-os.json for 8.0, 9.0, 10.0, and 11.0
to include the acronym: 'Extended Security Updates (ESU)'.
- Regenerate supported-os.md for all four versions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Use scare quotes for 'supported' in WARNING items wording
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Account for ESU warnings in validation step
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update .NET 11 supported OS matrix
- Remove Android 13 (EOL 2026-03-02)
- Remove SLES 15.6 (EOL 2025-12-31)
- Remove Windows 11-23h2-w (EOL 2025-11-11)
- Add Alpine 3.23 (EOL 2027-11-01)
- Add iPadOS 17 (active)
- Add Windows 11-26h1-e (EOL 2029-03-13)
- Add Windows 11-26h1-w (EOL 2028-03-14)
- Skip Windows Server 2012/2012 R2 (ESU-covered)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add Rule 3 prereqs image check with jq query examples
- Require published container images at dotnet-buildtools-prereqs-docker
before adding preview distro versions
- Document image-info JSON, MCR tags list, and gh search code queries
- Update examples with Fedora 44 and Ubuntu 26.04 scenarios
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update .NET 11 supported OS matrix
- Add Ubuntu 26.04 (LTS, GA ~April 2026, container images available)
- Remove Debian 12 (EOL June 2026), Fedora 42 (EOL May 2026),
and openSUSE Leap 15.6 (EOL April 2026) — all EOL before GA
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update supported-os skill: handle CAUTION items for pre-GA releases
Add GA vs pre-GA guidance for CAUTION (approaching EOL) items,
matching the pattern used for WARNING and IMPORTANT items. For
pre-GA releases, versions that will be EOL before GA should be
removed proactively rather than treated as informational.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Restructure supported-os skill for coherent flow
- Simplify callout table to meanings only (no action guidance)
- Split step 2 into clear GA and pre-GA decision paths
- Rule 1: cover both WARNING and CAUTION items, add ESU expiry check
- Rule 2: cover both adding and retaining versions
- Step 3: distinguish GA vs pre-GA EOL handling
- Step 7: list all acceptable remaining verify items
- Add CAUTION examples to preview rules section
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add markdownlint as a required skill prerequisite
Ensures the agent installs markdownlint-cli before starting,
so step 5 (lint validation) cannot be skipped.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add update-supported-os Copilot skill
Adds a skill that guides agents through auditing and updating
supported-os.json/md files using the dotnet-release tool. Includes
verify-output-example.md as a reference for interpreting reports.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update prerequisites with GitHub Packages install instructions
GitHub Packages requires authentication even for public repos. Added
proper dotnet tool install command with --add-source and authentication
guidance for both GitHub Actions and local use.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add update-os-packages Copilot skill
Guides agents through auditing and updating os-packages.json/md files
using the dotnet-release tool. Includes verify-output-example.md as a
reference, and documents JSON structure, common edits, and the
relationship with supported-os.json.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update os-packages skill: broader scope than supported-os
Clarify that os-packages.json includes pre-release versions of supported
distros and permanent unstable channels (Alpine edge, Debian sid). The
package list is informational and does not imply official support.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add query-distro-packages Copilot skill
Guides agents through querying .NET package availability across Linux
distributions using dotnet-release's pkgs.org integration. Covers 16
distros, multiple feed types, and generates distro-packages.json.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Revert "Add query-distro-packages Copilot skill"
This reverts commit 5540d86142.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add release notes for .NET 11 Preview 1 across various components
* Update sdk.md for Preview 1 (#10230)
* Update sdk.md for Preview 1
* Update release notes for .NET 11 Preview 1 SDK
Expanded release notes for .NET 11 Preview 1 SDK features, including CLI command improvements, new analyzers, and other changes.
* add msubild release notes too
* Update release-notes/11.0/preview/preview1/sdk.md
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
* Add `dotnet run` mobile gifs
* coorect a markdown linting error
* Fix image paths in SDK release notes
Update release-notes/11.0/preview/preview1/sdk.md to correct GIF links by removing the redundant 'dotnet-11/' prefix from the Android and iOS media paths, ensuring the images resolve correctly.
---------
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
* Update visualbasic.md for Preview 1 (#10231)
* Update visualbasic.md for Preview 1
* No VB changes.
---------
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
* Update csharp.md for Preview 1 (#10224)
* Update csharp.md for Preview 1
* first draft for C#
* 2nd draft of release notes
---------
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
* Update efcore.md for Preview 1 (#10226)
* Update efcore.md for Preview 1
* EF Core 11 preview.1 docs
* update urls
---------
Co-authored-by: Shay Rojansky <roji@roji.org>
* Update libraries.md for Preview 1 (#10228)
* Update libraries.md for Preview 1
* Revise release notes for .NET 11 Preview 1 libraries
Updated release notes for .NET 11 Preview 1 libraries, summarizing new features, improvements, and notable changes across various feature areas.
* Revise release notes for .NET 11 Libraries Preview 1
Updated release notes for .NET 11 Libraries Preview 1 to enhance clarity and detail regarding new features, performance improvements, and notable changes.
* Update title for .NET 11 Libraries release notes
* Revise introduction for clarity in libraries.md
* Fix formatting in libraries.md for LoopbackServer
* Revise libraries.md for .NET 11 Preview 1 updates (v2)
Update release notes for .NET 11 Preview 1 with new features, improvements, and notable changes across various libraries.
* Reorganize .NET 11 Preview 1 libraries section
* Update libraries.md
* Add more libraries features based on the .NET 10.0 GA to .NET 11 Preview 1 API Diff
* Add Performance Improvements section to libraries.md
---------
Co-authored-by: Art Leonard <artl93@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: artl <artl@microsoft.com>
* Update aspnetcore.md for .NET 11 Preview 1 (#10222)
* Update fsharp.md for Preview 1 (#10227)
* Update fsharp.md for Preview 1
* Revise F# release notes for .NET 11 Preview 1
Updated F# release notes for .NET 11 Preview 1, including compiler performance improvements, new features, breaking changes, and bug fixes.
* Fix markdown lint errors and broken link in fsharp.md
- Fix MD051: anchor #performance → #compiler-performance
- Fix MD051: anchor fragment missing hyphen in computation-expression-heavy
- Fix MD012: remove trailing double blank line
- Fix dead link: replace 404 fsharp-compiler-docs URL with learn.microsoft.com
* Fix F# release notes link to About.html
---------
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>
* Add libraries release-notes-generator Copilot skill (#10244)
* WIP - Add release notes generator and related documentation
* Update default output path to release-notes/11.0/preview/preview1/libraries.md
* Rename skill from release-notes-generator to libraries-release-notes
* Add API Diff analysis as Step 1 of the workflow
* Add backing issue research and Copilot comment fetching to the workflow
* Add de-duplication against previous release notes
* Update date range input to use Code Complete date guidance
* Refine discovery and editorial instructions
* Recognize multi-faceted PRs
* Restructure skill into data/verify/author phases with independent steps
* Improve libraries-release-notes skill to reduce approval prompts
- Use SQL tool for intermediate data instead of writing .cache/ files
- Remove disk I/O from gh CLI fallback instructions
- Allow incremental input collection with progress tracking
- Prohibit running linters, formatters, or validators on output
* Use label-scoped searches to avoid large MCP responses
- Add 'Avoid large MCP responses' execution guideline explaining that
large search payloads get saved to temp files, requiring shell commands
(and approval prompts) to read back.
- Rewrite PR collection strategy to search per area label with small
perPage values instead of fetching all merged PRs at once.
- Prescribe view tool as fallback for any temp files instead of
PowerShell commands.
* Undo .gitignore cache addition for the libraries-release-notes skill
* Refactor SKILL.md: extract inputs to reference file, relocate guidelines, remove workflow.md
---------
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
* Update wpf.md for Preview 1 (#10233)
* Update wpf.md for Preview 1
* Added WPF Updates
---------
Co-authored-by: Himanshi Goyal <himgoyal@microsoft.com>
* Update dotnetmaui.md for Preview 1 (#10225)
* Update dotnetmaui.md for Preview 1
* Update .NET MAUI release notes for Preview 1
Expanded release notes for .NET MAUI in Preview 1, detailing new features such as CoreCLR by default, enhancements to 'dotnet run', and XAML source generation.
* Add files via upload
* Revise .NET MAUI Preview 1 release notes
Updated the release notes for .NET MAUI in Preview 1 to include new features and contributor acknowledgments.
---------
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
* Update runtime.md for Preview 1 (#10229)
* Update runtime.md for Preview 1
* update
* Update release notes for .NET 11 Preview 1, including content adjustments and removal of outdated references
* Fix formatting issues in release notes for .NET 11 Preview 1
* Fix formatting issue in known issues section of release notes for .NET 11 Preview 1
* Add .github directory to markdownlintignore for improved linting control
* Add runtime.md
* Clean up runtime-async
* Include .github/skills in exclude for super-linter
* markdownlint fix
* Fix ASP.NET Core roadmap link for .NET 11
* Update release-notes/11.0/preview/preview1/runtime.md
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Fix EF learn links
---------
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Art Leonard <artl93@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: artl <artl@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>
Co-authored-by: Himanshi Goyal <himgoyal@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Rich Lander <2608468+richlander@users.noreply.github.com>
Co-authored-by: Andy Gocke <andy@commentout.net>
Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* .NET 10 Preview 6
* .NET 10 P6 - FSharp (#9946)
* Update fsharp preview6 release notes with manual changes.
* udpate for release
* .NET 10 P6 - CSharp (#9943)
* Add period to last sentence in csharp preview6 release notes.
* update C#
* .NET 10 P6 - EFCore (#9945)
* Add period to last sentence in efcore preview6 release notes.
* EF 10.0-preview.6 release notes
* Added small improvements
---------
Co-authored-by: Shay Rojansky <roji@roji.org>
* .NET 10 P6 - WPF (#9952)
* Add period to last sentence in aspnetcore preview6 release notes.
* Add period to last sentence in containers preview6 release notes.
* Add period to last sentence in csharp preview6 release notes.
* Add period to last sentence in dotnetmaui preview6 release notes.
* Add period to last sentence in efcore preview6 release notes.
* Add period to last sentence in libraries preview6 release notes.
* Add period to last sentence in runtime preview6 release notes.
* Add period to last sentence in sdk preview6 release notes.
* Add period to last sentence in visualbasic preview6 release notes.
* Add period to last sentence in winforms preview6 release notes.
* Add period to last sentence in wpf preview6 release notes.
* Revert all changes except wpf.md in dotnet10-p6-wpf branch.
* Add WPF info
* update feature list
---------
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* .NET 10 P6 - WinForms (#9951)
* Add period to last sentence in winforms preview6 release notes.
* Update WinForms for Preview 6
* Apply suggestions from code review
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
---------
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
* .NET 10 P6 - SDK (#9949)
* Add period to last sentence in sdk preview6 release notes.
* CLI notes around tools and such
* Add release notes for preview.6 run-file changes
---------
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>
* .NET 10 P6 - Containers (#9942)
* Add period to last sentence in containers preview6 release notes.
* update to none udpates.
* .NET 10 P6 - Runtime (#9948)
* Add period to last sentence in runtime preview6 release notes.
* Add JIT notes
---------
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
* .NET 10 P6 - .NET MAUI (#9944)
* Add period to last sentence in dotnetmaui preview6 release notes.
* Update dotnetmaui.md
* adding more details for android
* minor updates to iOS note
* Update release-notes/10.0/preview/preview6/dotnetmaui.md
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
* Update release-notes/10.0/preview/preview6/dotnetmaui.md
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
* Update release-notes/10.0/preview/preview6/dotnetmaui.md
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
* added contributors from android and iOS repos
---------
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
* .NET 10 P6 - Libraries (#9947)
* Add period to last sentence in libraries preview6 release notes.
* Update libraries.md
* Update libraries.md
Co-authored-by: Weihan Li <weihanli@outlook.com>
* Update libraries.md
fix link
---------
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
* Add ASP.NET Core release notes for .NET 10 Preview 6 (#9965)
* update linter
* revert
* Fix link to installers and binaries for .NET 10 Preview 6 in README.md
* update permissions?
* Update release notes for .NET 10 Preview 6: enhance dark mode support in Windows Forms, improve JSON property handling in libraries, and refine CLI tool execution options in SDK.
* Enhance release notes for .NET 10 Preview 6: update dark mode support in Windows Forms, improve formatting in EF Core and SDK documentation, and clean up whitespace in various markdown files.
* cleanup
* add p6
* lint
* try this
* Update releases.md
* Update README.md
* Update release-notes/README.md
* Update releases-index.json
* Update install-linux.md
* Update install-macos.md
* Update install-windows.md
* Update releases.json
* Update 10.0.0-preview.6.md
* Added release.json
* Mix lint errors in release.json for preview 6 release
* Fix jsonlint errors
* Fix jsonlint errors
---------
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
* [Issue-Labeler] Configure labeler-train.yml
Configure the issue-labeler training workflow.
- Imported the workflow template
- Removed inputs, jobs, and conditions related to pull requests, as we will only use the labeler for issues in this repository
* [Issue-Labeler] Configure labeler-promote.yml
Configure the issue-labeler promotion workflow.
- Imported the workflow template
- Removed input and job for pull requests, as we will only use the labeler for issues in this repository
* [Issue-Labeler] Configure labeler-predict-issues.yml
Configure the issue-labeler issue prediction workflow.
- Imported the workflow template
- Removed the excluded_authors input
* [Issue-Labeler] Configure labeler-cache-retention.yml
Configure the issue-labeler cache retention workflow.
- Imported the workflow template
- Removed config related to pull requests, as we will only use the labeler for issues in this repository
* [Issue-Labeler] Add labeler onboarding/configuration doc
* Bump superlinter to v7 (via SHA) to get type:number support in GitHub workflows
* Address CHECKOV lint errors in GitHub workflows
* Ignore GitHub workflow files from prettier
* Explicitly set workflow permissions
* Comment that UTC is used for cron schedule
* Update support files
* Update nano server
* Update templates
* Update link format
* Update link format
* Update link format
* Attempt to skip link checking