this post was submitted on 15 Jul 2023
11 points (100.0% liked)

Technology

37634 readers
362 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I've been using GitHub's UI to do it. It seems just very slow to open issues in a new tab to analyse and label the issues.

Are there better ways to do this?

top 2 comments
sorted by: hot top controversial new old
[–] jecxjo@midwest.social 1 points 1 year ago

Could always use their cli? Still gotta do the same steps but no need for a mouse.

https://cli.github.com/

[–] TofuScramble@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

Do you have a template for new issues? If so, you could write a GitHub Actions workflow that looks for certain values or info and applies some labels automatically… but probably only basic stuff, to avoid false positives.