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

backfeed GitHub labels on your issues (needs API support?) #960

Open
tantek opened this issue Aug 6, 2020 · 1 comment
Open

backfeed GitHub labels on your issues (needs API support?) #960

tantek opened this issue Aug 6, 2020 · 1 comment
Labels

Comments

@tantek
Copy link
Contributor

tantek commented Aug 6, 2020

On GitHub, project team members are able to add labels to your issues on a project. If your issue is a POSSE copy of an original post on your site, Bridgy should backfeed these as "tag-of" responses to the original post. cc: @dshanske

Bridgy Publish already supports POSSEing tag-of posts in reply to GitHub issues, as labels on those issues, and this is the backfeed counterpart. Brainstormed here: https://indieweb.org/tag-reply#How_to_post_a_tag-reply.

This is similar to issue #776 which is the same backfeed feature request but for Flickr.

This is also the “labeled” specific subfeature of issue #833 which documents many more backfeed for GitHub requests.

And similar to this comment on #811 (original post) requesting Bridgy Publish untag-of support, it’s worth considering Bridgy Backfeed untag-of support (the “unlabeled” specific subfeature of #833), so when someone removes a label from your issue, your original issue post is notified. However, the brainstorming of how to markup untagging is still ongoing, and thus may need to wait for more discussion before implementing.

Label: backfeed.

(Originally published at: https://tantek.com/2020/219/b2/)

@snarfed
Copy link
Owner

snarfed commented Aug 6, 2020

thanks for filing!

the key possible blocker here is the lack of GitHub API support. GitHub does expose labeling events, but not at the user level, ie there's no way to get recent labeling events on all issues that you're participating in. we'd have to check all issues/PRs individually, which is prohibitive.

that was 2y ago though, so it's possible (if unlikely) that they support that now. first task here is to do that research!

@snarfed snarfed changed the title backfeed GitHub labels on your issues backfeed GitHub labels on your issues (needs API support?) Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants