GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
Go to file
2024-09-03 20:16:20 +02:00
.gitignore Ignore GitHub App private keys 2023-02-23 18:47:42 +01:00
.prettierrc Create Prettier config 2022-09-12 12:45:25 +02:00
appFn.ts Update Probot and other dependencies 2024-09-03 20:16:20 +02:00
Dockerfile Move runtime's USER directive above WORKDIR 2024-07-22 09:28:41 +02:00
getPlaylistIdFromUrl.ts Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00
index.ts Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00
LICENSE Initial commit 2022-09-11 12:38:27 +02:00
package-lock.json Update Probot and other dependencies 2024-09-03 20:16:20 +02:00
package.json Update Probot and other dependencies 2024-09-03 20:16:20 +02:00
README.md Add development instructions 2023-02-04 01:18:05 +01:00
tsconfig.json Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00

playlist-entry-validator

GitHub bot that automatically verifies pull requests with new playlist entries for spotify-playlist-archive repo.

Development

Prerequisites

  • Node.js version 18 or later

Setup

(You only need to do this once)

  1. Fork and clone the repo. Then open your command line, cd into the project's directory, and run npm install
  2. Follow this guide to create your own GitHub app and configure environment variables

Running in dev mode

npm run dev

License

MIT