Skip to content
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

ci: add winget releaser workflow #1155

Merged
merged 2 commits into from
Jun 16, 2024
Merged

ci: add winget releaser workflow #1155

merged 2 commits into from
Jun 16, 2024

Conversation

sitiom
Copy link
Contributor

@sitiom sitiom commented May 29, 2024

Landing a Pull Request (PR)

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

feroxbuster has been recently added to Winget (microsoft/winget-pkgs#154219), and this workflow will be used to update it.

Before merging this:

  1. Add a classic PAT with public_repo scope as a repository secret named WINGET_TOKEN.

example

  1. Fork https://github.com/microsoft/winget-pkgs under @epi052. 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).

Branching checklist

  • There is an issue associated with your PR (bug, feature, etc.. if not, create one)
  • Your PR description references the associated issue (i.e. fixes #123456)
  • Code is in its own branch
  • Branch name is related to the PR contents
  • PR targets main

Static analysis checks

  • All rust files are formatted using cargo fmt
  • All clippy checks pass when running cargo clippy --all-targets --all-features -- -D warnings -A clippy::mutex-atomic
  • All existing tests pass

Documentation

Additional Tests

  • New code is unit tested
  • New code is integration tested, as needed
  • New tests pass

@sitiom
Copy link
Contributor Author

sitiom commented May 29, 2024

@epi052
Copy link
Owner

epi052 commented Jun 8, 2024

tysm for submitting this! I'll be reviewing / working on ferox things this weekend and should be able to check this out. thanks again!

@epi052
Copy link
Owner

epi052 commented Jun 16, 2024

howdy! it was a little later than planned, but looked over this today and took the necessary steps to make it work. thank you again for this. This was a wonderful PR; I really apprecaite it!

@epi052 epi052 merged commit 17a3d8a into epi052:main Jun 16, 2024
@sitiom sitiom deleted the winget-releaser branch June 16, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants