[PR #220] [MERGED] ci(windows): add winget releaser workflow #801

Closed
opened 2026-01-05 14:53:01 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/220
Author: @sitiom
Created: 8/28/2022
Status: Merged
Merged: 8/30/2022
Merged by: @LGUG2Z

Base: masterHead: winget-releaser


📝 Commits (1)

  • 1daac3a ci(windows): add winget releaser workflow

📊 Changes

1 file changed (+18 additions, -3 deletions)

View changed files

📝 .github/workflows/windows.yaml (+18 -3)

📄 Description

This action automatically generates manifests for Winget Community Repository (microsoft/winget-pkgs) and submits them.

Before merging this:

  1. Add a classic PAT with public_repo scope as a repository secret named WINGET_TOKEN. You can go to this URL to create it: https://github.com/settings/tokens/new?scopes=public_repo

example

  1. Fork https://github.com/microsoft/winget-pkgs under @LGUG2Z. The action will use that fork for making a branch and creating a PR with the upstream winget-pkgs repository on every release.
  2. Install Pull on the winget-pkgs fork to ensure that it is constantly updated.

If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been created with WinGet Releaser).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/220 **Author:** [@sitiom](https://github.com/sitiom) **Created:** 8/28/2022 **Status:** ✅ Merged **Merged:** 8/30/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `winget-releaser` --- ### 📝 Commits (1) - [`1daac3a`](https://github.com/LGUG2Z/komorebi/commit/1daac3afb9d75431448a1a66f2b6bfb37dc8c08e) ci(windows): add winget releaser workflow ### 📊 Changes **1 file changed** (+18 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/windows.yaml` (+18 -3) </details> ### 📄 Description [This action](https://github.com/vedantmgoyal2009/winget-releaser) automatically generates manifests for Winget Community Repository ([microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs)) and submits them. **Before merging this:** 1. Add a **classic** PAT with `public_repo` scope as a repository secret named `WINGET_TOKEN`. You can go to this URL to create it: https://github.com/settings/tokens/new?scopes=public_repo ![example](https://user-images.githubusercontent.com/56180050/180631504-f19d12cc-19ce-4991-a753-d4f7ff0adbca.png) 2. Fork https://github.com/microsoft/winget-pkgs under @LGUG2Z. The action will use that fork for making a branch and creating a PR with the upstream [winget-pkgs](https://github.com/microsoft/winget-pkgs) repository on every release. 3. Install [Pull](https://github.com/apps/pull) on the winget-pkgs fork to ensure that it is constantly updated. If you want to see an example of a PR created using this action, see [microsoft/winget-pkgs/pulls (Pull request has been created with WinGet Releaser)](https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+Pull+request+has+been+created+with+WinGet+Releaser). - Resolves #152 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:01 +01:00
adam closed this issue 2026-01-05 14:53:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#801