Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# gitlab-comment

> add comment to gitlab



Version


License: MIT


Twitter: ThaddeusJiang

### 🏠 [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)_