Skip to content

Changelog update and version bump GH action cannot find fork branches to proceed with updates. #4

@alexcams

Description

@alexcams

The actual pr-prepare GH action was designed and tested with forks, not having in mind the difference when the Open PR is from a fork's branch (head) to upstream plugin repo (dest).
This makes the GH action fail because updateCLI is not able to find the head branch in upstream repository. This can be solved modifying the type of workflow trigger (the ones that will be present on each plugin) from pull_request to pull_request_target and setting fork owner as updateCLI config parameter to be able to execute changes in the PR head branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions