Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.21 KB

README.md

File metadata and controls

46 lines (29 loc) · 2.21 KB

Linear App Discord

Linear App Webhooks

Listener for Linear App new issue events connected to Discord.

This is a simple express server utilizing Linear's built in webhook usage to monitor for new issue events and send alerts to the connected Discord webhook.

Setup / Deployment

You will need to put your own Discord webhook into the configuration file.

For deployment, either:

  • setup a Heroku account and follow this simple tutorial.
  • Or, run the docker image docker run -d -p 3000:3000 ghcr.io/flowdegree/linear-discord-bot:latest

Helpful Resources

Built With

Author

Special thanks to the original authors:

License

This project is licensed under the MIT License - see the LICENSE file for details