worknenjoy / gitpay

Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration
http://gitpay.me
Other
180 stars 160 forks source link

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

Closed thdelmas closed 2 months ago

thdelmas commented 9 months ago

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

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

alexanmtz commented 8 months ago

@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 commented 2 months ago

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