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

Add a comment on github when issue is added to gitpay #1012

Closed
thdelmas opened this issue Sep 29, 2023 · 2 comments
Closed

Add a comment on github when issue is added to gitpay #1012

thdelmas opened this issue Sep 29, 2023 · 2 comments

Comments

@thdelmas
Copy link

Description

When someone add an issue to gitpay
We could have an automation to comment on the github issue with the link to gitpay

Why

This will lead people to know about gitpay
It will motivate people to solve the issue
As an automation, the repo owner won't have to it manually

Level

Level required to conclude this issue

  • Intermediate

Current behavior

Currently there's no such automation

Expected behavior

  1. A new issue is added on gitpay
  2. A bot will receive a hook with issue details
  3. The bot will comment on github providing the gitpay link to the issue
  4. (Could also provide more info about the bounty)

Useful links

What you will need to complete this issue

  • Some kinds of hooks
  • A bot that connect to github or other git
@alexanmtz
Copy link
Member

@thdelmas this suppose to work, we have a Gitpay bot to update issues but it stopped to work again, we need to check.

If you look on our code, we have the bot module:
https://github.com/worknenjoy/gitpay/tree/master/modules/bot

@alexanmtz
Copy link
Member

We already implemented but for some reasons comments are not showing, we will have this implemented when we have our Github Action, so lets close for now

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

No branches or pull requests

3 participants
@alexanmtz @thdelmas and others