Trigger workflows selectively to avoid uncontrolled duplicate runs#337
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9281dd2f08
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
Updates the GitHub release workflow to reduce reliance on a PAT for creating releases and to kick off follow-up publishing/notes workflows after a tag-based release run.
Changes:
- Switch
marvinpinto/action-automatic-releasesto usesecrets.GITHUB_TOKENinstead ofsecrets.PAT_TOKEN. - Add a PowerShell step that triggers
rewrite-release-notes,publish-winget, andpublish-chocolateyviagh workflow runafter creating a release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9281dd2 to
0d52e1a
Compare
|
@codex review |
|
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |



No description provided.