Update build-discussion action to v2#8293
Merged
seanbudd merged 1 commit intonvaccess:masterfrom Apr 7, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow that creates GitHub Discussions for add-on reviews by bumping the nvdaes/build-discussion action from v1 to v2.
Changes:
- Update
nvdaes/build-discussionaction reference from@v1to@v2in the add-on metadata workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
seanbudd
reviewed
Apr 7, 2026
Contributor
Author
|
@seanbudd wrote:
Not sure, but probably the code should be more complex, and capture discussion URL. |
github-actions bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
Commit message: Update build-discussion action to v2 (#8293) Summary of the issue I've updated nvdaes/build-discussion action to v2, transforming the JavaScript action to composite using a bash script, to be able to maintain it without dealing with dependencies. I'm using GH CLI, as recently done in nvdal10nUtil for releases. Development approach Bump version. Testing performed I've setup pre-commit with linters for Bash script and markdown, as well as the ci (integration previous check), which creates a discussion on push to main and on pull request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the issue
I've updated nvdaes/build-discussion action to v2, transforming the JavaScript action to composite using a bash script, to be able to maintain it without dealing with dependencies. I'm using GH CLI, as recently done in nvdal10nUtil for releases.
Development approach
Bump version.
Testing performed
I've setup pre-commit with linters for Bash script and markdown, as well as the ci (integration previous check), which creates a discussion on push to main and on pull request.
Repo: https://github.com/nvdaes/build-discussion