Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fixing prefix only #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fixing prefix only #19

wants to merge 6 commits into from

Conversation

GabrieleCalarota
Copy link

Fix #18

index.js Outdated Show resolved Hide resolved
Comment on lines -16 to -20
const body =
context.eventName === "issue_comment"
? context.payload.comment.body
: context.payload.pull_request.body;
core.setOutput('comment_body', body);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this removed?

Comment on lines +24 to +27
console.log(context.payload);
const body = context.payload.issue.body;

console.log(body);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the logging necessary?

@tannerhallman
Copy link

tannerhallman commented Aug 3, 2022

Any movement expected on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefix_only doesn't work
4 participants