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.
- Host: GitHub
- URL: https://github.com/koddsson/clear-done-project-column-on-github
- Owner: koddsson
- Created: 2018-03-20T11:29:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T16:56:00.000Z (about 8 years ago)
- Last Synced: 2025-08-13T20:54:04.181Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 💁♀️