itzg / itzg/discord-github-melder-bot

Add support for applying roles based on Github sponsorship

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Identified this GraphQL Github query:

```graphql
query($user:String!) {
user(login:$user) {
sponsors(first:20) {
nodes {
... on User {
login
}
}
pageInfo {
endCursor
startCursor
}
totalCount
}
}
}
```

and [webhook info](https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing GitHub user-linking and contributor-role application flow in the bot. Review the supplied GitHub Sponsors GraphQL query and webhook documentation, then determine how sponsorship data should reach that flow. Done means the issue's requested sponsor-based role behavior is implemented and verified against the relevant GitHub events.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, graphql, java
Domain
authorization, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.