An open API service indexing awesome lists of open source software.

https://github.com/koddsson/clear-done-project-column-on-github

Deletes all the cards in a project column that has 'Done' in its title on GitHub and generates a report.
https://github.com/koddsson/clear-done-project-column-on-github

Last synced: 8 months ago
JSON representation

Deletes all the cards in a project column that has 'Done' in its title on GitHub and generates a report.

Awesome Lists containing this project

README

          

# clear-done-project-column-on-github

Very simple GraphQL script that will take all the cards in a colum that has 'Done' in its name and deletes them. Useful for cleaning out your board.

## How to use

Export a GitHub token as `GRAPHQL_TOKEN` and run `npm start`.

## ⚠️ Warning ⚠️

This is a quick and dirty script I threw together for my own use-case. Please make sure you add a `return` before the scripts starts deleting stuff and verify that you want to delete all those cards.

Don't complain to me if you run this without doing some precautions 💁‍♀️