All Projects โ†’ intuit โ†’ Commently

intuit / Commently

Licence: mit
๐Ÿ˜€๐Ÿ’ฌ Easily comment and update comments on GitHub PRs

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Commently

Devsecops
๐Ÿ”ฑ Collection and Roadmap for everyone who wants DevSecOps.
Stars: โœญ 171 (+280%)
Mutual labels:  devops, tools
Fluenttc
๐ŸŒŠ ๐Ÿ‘ฌ ๐Ÿข Integrate with TeamCity fluently
Stars: โœญ 42 (-6.67%)
Mutual labels:  devops
Watchdog
๐Ÿ”‘ Lightweight server access management system, written in Rust
Stars: โœญ 37 (-17.78%)
Mutual labels:  devops
Vs Code For Node Js Development Pack
๐Ÿƒ A VS Code Extension Pack to get up and running with Node.js Development
Stars: โœญ 41 (-8.89%)
Mutual labels:  tools
Holisticinfosec For Webdevelopers Fascicle0
๐Ÿ“š Overview ๐Ÿ”’ Tooling ๐Ÿ”’ Process ๐Ÿ”’ Physical ๐Ÿ”’ People ๐Ÿ“š
Stars: โœญ 37 (-17.78%)
Mutual labels:  devops
Dev tools
ไธ€ไบ›ๅพˆๅฎž็”จๅทฅๅ…ทๆˆ–ๆ’ไปถ(ๅผ€ๅ‘ๆˆ–่€…ๆ—ฅๅธธไฝฟ็”จ)----ๆ…ขๆ…ขๆ›ดๆ–ฐing
Stars: โœญ 41 (-8.89%)
Mutual labels:  tools
Devops Service
DevOps Service is the core service of Choerodon. It integrated several open source tools to automate the DevOps process of planning, coding, building, testing, and deployment, operation, monitoring.
Stars: โœญ 36 (-20%)
Mutual labels:  devops
Jsoncsv
a command tool easily convert json file to csv or xlsx
Stars: โœญ 43 (-4.44%)
Mutual labels:  tools
Tools
่‡ช็”จ็š„ไธ€ไบ›ๅทฅๅ…ท้›†ๅˆ ๆ›ดๅคš็ฌ”่ฎฐ่ฏทๆŸฅ็œ‹
Stars: โœญ 42 (-6.67%)
Mutual labels:  tools
Torchtracer
A python package for visualization and storage management in a pytorch AI task.
Stars: โœญ 41 (-8.89%)
Mutual labels:  tools
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: โœญ 40 (-11.11%)
Mutual labels:  devops
Sshkit
A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
Stars: โœญ 989 (+2097.78%)
Mutual labels:  devops
Doact
A Terraform module for hosting your own runner for CI/CD on Digital Ocean to run jobs in your GitHub Actions workflows. ๐Ÿš€
Stars: โœญ 42 (-6.67%)
Mutual labels:  devops
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: โœญ 37 (-17.78%)
Mutual labels:  devops
Soflow
A ScriptableObject oriented design SDK.
Stars: โœญ 43 (-4.44%)
Mutual labels:  tools
Kitchen In Travis
Chef cookbook example to run test-kitchen inside Travis CI.
Stars: โœญ 36 (-20%)
Mutual labels:  devops
Developer Tools And Resources
The Best Tools and Resources for developers
Stars: โœญ 39 (-13.33%)
Mutual labels:  tools
Depressurizer
A Steam library categorizing tool.
Stars: โœญ 1,008 (+2140%)
Mutual labels:  tools
Automated Cloud Advisor
Automated Cloud Advisor is a extensible tool that aims at facilitating cost optimization in AWS, by collecting data for resources that are under utilized. In addition, this is a great learning tool for new DevOps/Cloud engineers that want to start automating things in AWS.
Stars: โœญ 44 (-2.22%)
Mutual labels:  devops
Docker Swarm
๐Ÿณ๐Ÿณ๐Ÿณ This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: โœญ 43 (-4.44%)
Mutual labels:  devops

commently - Comment easily ๐Ÿ˜€๐Ÿ’ฌ

npm CircleCI CLI Package Known Vulnerabilities Core Package Known Vulnerabilities Renovate enabled

commently is a package for leaving comments on a GitHub PR from CI. However, what makes commently different is that it will update the same comment and keep a history over time. This allows less noise on PRs, and also a way for users to references prior automation.

An example of a use case for commently is preview releases. If your project does a preview build, you can use commently to publish a comment to GitHub with the preview version and instructions for your users on how they can test.

Installation

yarn add commently-cli --dev

Alternatively, you can run via npx

npx commently-cli

Usage

yarn commently

commently: Easily comment on PRs

    Required

    --message      String     :    The comment to update the PR with

    Optional:

    --pr           Number     :    The pull request/issue to comment on. Detected in CI env
    --owner        String     :    The owner for the project. Detected in CI env
    --repo         String     :    The repo for the project. Detected in CI env
    --title        String     :    The title of your comment. Defaults to "Commently"
    --key.         String     :    The unique key for your comment. Defaults to "commently"
    --useHistory   Boolean    :    Keep a history of the comments in the comment created by this library
    --help, -h     Boolean    :    Show the help dialog
    --verbose, -v  Boolean    :    Output the debug log

Development Setup

To get started developing commently run the following commands from the root directory.

yarn
yarn build:watch

Dev Usage

yarn build
GH_TOKEN=YOUR_TOKEN ./packages/cli/dist/cli.js -v --pr 510 --owner intuit --repo commently --message "Test this"

This will build both of the projects.

Clean

Remove all dependencies and build versions.

yarn clean

License

commently is provided under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].