# ci-github-comment **Repository Path**: mirrors_FezVrasta/ci-github-comment ## Basic Information - **Project Name**: ci-github-comment - **Description**: Comment on pull requests from CI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README



Comment on a pull request on GitHub from your CI

  #### install ``` npm install ci-github-comment ```   #### usage 1. Set a `github_token` in your CI settings. You can create a [personal access token on GitHub here](https://github.com/settings/tokens) 2. In your code: ```js const comment = require('ci-github-comment') comment('this is the content') // returns a promise ```   #### like it? :star: this repo   #### license MIT © [siddharthkp](https://github.com/siddharthkp)