microsoft / microsoft/winget-pkgs

Create github action to submit a PR when a release is created

Open
#1,515 22 comments 20 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Feature
Dominant language
No language data
Stars
11.1k
Forks
9.7k
Avg merge
1h 32m
Merged PRs (30d)
376

Description

Description of the new feature/enhancement

A GitHub Action placed in the marketplace that would submit a PR when a release is created could make keeping open source projects up to date in this repo very easy.

Proposed technical implementation details (optional)

I have no idea if an action actually supports that 😉 It would need to be able to:

  1. Get a template manifest from the repo
  2. Download artifacts from the release
  3. Calculate the hash
  4. Update the template
  5. Submit a PR using some account token

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking whether GitHub Actions supports the requested release-created trigger and how a workflow could access the repository's template manifest and release artifacts. Done means an action can calculate the artifact hash, update the template, and submit a pull request using an account token, with the action suitable for Marketplace publication.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, devops, release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.