Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Comment with multiple targets #221

Open
KKimj opened this issue Jul 11, 2022 · 1 comment
Open

[ENHANCEMENT] Comment with multiple targets #221

KKimj opened this issue Jul 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@KKimj
Copy link

KKimj commented Jul 11, 2022

Hello!
Thanks your terffic github action package!

I used this action-hosting-deploy very useful, but I deploy to multiple target.

export function createBotCommentIdentifier(signature: string) {
return function isCommentByBot(comment): boolean {
return comment.user.type === "Bot" && comment.body.includes(signature);
};
}

This post or update comment feature is very useful, despite It doesn't handle with multiple targets.

How about update isCommentByBot or other source codes, conducting post or update comment with each targets?

Thanks!
Have a nice day!

@KKimj KKimj added the enhancement New feature or request label Jul 11, 2022
@elikohen
Copy link

elikohen commented Sep 9, 2022

I would also need this for the same reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants