Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaddeusjiang/gitlab-comment
add comment to gitlab
https://github.com/thaddeusjiang/gitlab-comment
cicd
Last synced: 27 days ago
JSON representation
add comment to gitlab
- Host: GitHub
- URL: https://github.com/thaddeusjiang/gitlab-comment
- Owner: ThaddeusJiang
- Created: 2022-09-23T05:34:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T12:36:14.000Z (over 2 years ago)
- Last Synced: 2024-12-24T14:47:34.012Z (about 1 month ago)
- Topics: cicd
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-comment
> add comment to gitlab
### 🏠 [Homepage](https://github.com/ThaddeusJiang/gitlab-comment#readme)
## Usage
1. add variable to Project > Settings > CI/CD > Variables
```
API_ACCESS_TOKEN=
```2. update gitlab-ci.yml
```
script:
- yarn global add gitlab-comment
- gitlab-comment ""
```## Run tests
```sh
npm run test
```## Author
👤 **TJ**
* Website: https://thaddeusjiang.com/
* Twitter: [@ThaddeusJiang](https://twitter.com/ThaddeusJiang)
* Github: [@ThaddeusJiang](https://github.com/ThaddeusJiang)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/ThaddeusJiang/gitlab-comment/issues). You can also take a look at the [contributing guide](https://github.com/ThaddeusJiang/gitlab-comment/blob/main/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_