-
-
Notifications
You must be signed in to change notification settings - Fork 472
Add Winget Releaser workflow #1559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Bump |
|
Hey @sitiom, thanks for the PR, was going to take a look after we released 1.10.0, so will look to set it up soon. |
|
@jjw24 is this pr ready? |
|
No, I believe there are other settings need to be done. |
|
This PR is technically ready; you just need to do the prerequisites. |
|
Let me have a look. |
|
Prerequisites all done. |
.github/dependabot.yml
Outdated
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| interval: "weekly" | |
| interval: "daily" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just changing this to daily
This action automatically generates manifests for Winget Community Repository (microsoft/winget-pkgs) and submits them.
Flow Launcher is already in @vedantmgoyal2009's automation, as stated in #1061 (comment), but the author now urges for GitHub packages to use the action instead. See vedantmgoyal9/winget-pkgs-automation#5
Before merging this:
public_reposcope as a repository secret namedWINGET_TOKEN(or rename the secret name in the workflow).The documentation and source code of the action is available here.
If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been automatically created using 🛫 WinGet Releaser).