Open
Description
Hello,
It looks like this action doesn't handle the case when only the pull request title is changed.
With this trigger the action can be run when the title or the description is changed:
on:
pull_request:
types: [edited]
But when only the title is concerned it seems that the github.context.payload.changes.body
variable (used here) is empty or absent (cf. docs).
Leading to this error:
Run marocchino/checkbox-action@03a47510e9dcd6931775838d362ec698bac07c16
with:
action: detect
error: error
GITHUB_TOKEN: ***
Error: Cannot read properties of undefined (reading 'from')
Metadata
Metadata
Assignees
Labels
No labels