Closed jbolda closed 4 months ago
There are 9 changes which include covector with minor, @covector/apply with minor, @covector/assemble with minor, @covector/changelog with minor, @covector/files with minor, @covector/command with minor, @covector/toml with minor, @covector/types with minor, action with minor
Add another change file through the GitHub UI by following this link.
Read about change files or the docs at github.com/jbolda/covector
Motivation
Permissions are restricted for workflows run from a fork. This limits permissions for an action to post a comment in the pull request. This adds a new
workflow_run
workflow which has this permission and expects to find an artifact from which to post the comment.Approach
Based on #322, we know which artifacts to download and grab the context. Downstream users will also need to add this
workflow_run
workflow to trigger this functionality in the action.