imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Bulk GitHub issue management using Google Sheets #125

Open imjasonh opened 6 months ago

imjasonh commented 6 months ago

Enter a search query and populate a sheet: title, status, labels, assignee, etc

Edits to the sheet get highlighted and can be batch-applied. Sheets undo undoes the change.

imjasonh commented 6 months ago

https://developers.google.com/apps-script/guides/sheets

afeddersen commented 6 months ago
  // **************************************************************
  // Replace 'YOUR_PAT_HERE' with your GitHub Personal Access Token
  // If you're a gh cli user you can simply run this command from your terminal: gh auth token
  var pat = 'YOUR_PAT_HERE';
  // **************************************************************
Screenshot 2024-01-27 at 4 36 07 PM
mattmoor commented 6 months ago

I wonder if AppScript could federate with Octo STS :)