github-comment

CLI to create and hide GitHub comments

MIT License

Stars
88

Bot releases are visible (Hide)

github-comment - v5.0.0-5

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v5.0.0-4...v5.0.0-5

Changelog

  • 35ef490 Merge branch 'main' into feat/remove-complement-2
github-comment - v4.5.2

Published by github-actions[bot] about 2 years ago

github-comment - v4.5.1

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.5.0...v4.5.1

Bug Fixes

#575 fix a link to GitHub Actions for GitHub Enterprise

Others

#576 Update Go to v1.19.1

github-comment - v4.5.1-0

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.5.0...v4.5.1-0

Bug Fixes

#575 fix a link to GitHub Actions for GitHub Enterprise

Others

#576 Update Go to v1.19.1

github-comment - v5.0.0-4

Published by github-actions[bot] about 2 years ago

github-comment - v4.5.0

Published by github-actions[bot] about 2 years ago

github-comment - v5.0.0-3

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v5.0.0-2...v5.0.0-3

Changelog

  • b5a4671 Merge branch 'main' into feat/remove-complement-2
github-comment - v5.0.0-2

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.4.0...v5.0.0-2

https://github.com/suzuki-shunsuke/github-comment/pull/523

Changelog

  • 0256251 fix: remove the configuration complement and some template functions for security
github-comment - v4.4.0

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.3.0...v4.4.0

Features

#521 Support Google Cloud Build

Set the environment variable GOOGLE_CLOUD_BUILD.

GOOGLE_CLOUD_BUILD=true

Set the following environment variables using substitutions.

  • COMMIT_SHA
  • BUILD_ID
  • PROJECT_ID
  • _PR_NUMBER
  • _REGION

Specify the repository owner and name in github-comment.yaml.

e.g.

github-comment.yaml

base:
  org: suzuki-shunsuke
  repo: github-comment
github-comment - v4.4.0-1

Published by github-actions[bot] about 2 years ago

github-comment - v4.4.0-0

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/...v4.4.0-0

Changelog

  • 1b32c52 feat: support Google Cloud Build
github-comment - v4.3.0

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.2.0...v4.3.0

Features

#473 #474 #479 post command: Support editing an existing comment instead of creating a comment

The command line option -update-condition and the configuration field update have been added.

e.g.

$ github-comment post -update-condition 'Comment.HasMeta && Comment.Meta.TemplateKey == "foo"' -k foo

github-comment.yaml

---
post:
  yoo:
    template: hello
    update: |
      Comment.HasMeta && Comment.Meta.TemplateKey == "yoo"
  1. Update the comment matching with the condition. If multiple comments match, the latest comment is updated
  2. If no comment matches, a new comment is created

e.g.

Others

#519 Support ARM64 (windows/arm64, darwin/arm64, linux/arm64)

github-comment - v4.3.0-3

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.2.0...v4.3.0-3

Features

#473 #474 #479 post command: Support editing an existing comment instead of creating a comment

The command line option -update-condition and the configuration field update have been added.

e.g.

$ github-comment post -update-condition 'Comment.HasMeta && Comment.Meta.TemplateKey == "foo"' -k foo

github-comment.yaml

---
post:
  yoo:
    template: hello
    update: |
      Comment.HasMeta && Comment.Meta.TemplateKey == "yoo"
  1. Update the comment matching with the condition. If multiple comments match, the latest comment is updated
  2. If no comment matches, a new comment is created

e.g.

Others

#519 Support ARM64 (windows/arm64, darwin/arm64, linux/arm64)

github-comment - v4.3.0-2

Published by github-actions[bot] about 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.2.0...v4.3.0-2

Features

#521 Support Google Cloud Build

Please set the environment variable GOOGLE_CLOUD_BUILD.

GOOGLE_CLOUD_BUILD=true

And please set the following environment variables using substitutions.

  • COMMIT_SHA
  • BUILD_ID
  • PROJECT_ID
  • _PR_NUMBER
  • _REGION

Please specify the repository owner and name in github-comment.yaml.

e.g.

github-comment.yaml

base:
  org: suzuki-shunsuke
  repo: github-comment
github-comment - v5.0.0-1

Published by github-actions[bot] about 2 years ago

github-comment - v4.3.0-0

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.2.0...v4.3.0-0

Features

#473 #474 #479 post command: Support editing an existing comment instead of creating a comment

The command line option -update-condition and the configuration field update have been added.

e.g.

$ github-comment post -update-condition 'Comment.HasMeta && Comment.Meta.TemplateKey == "foo"' -k foo

github-comment.yaml

---
post:
  yoo:
    template: hello
    update: |
      Comment.HasMeta && Comment.Meta.TemplateKey == "yoo"
  1. Update the comment matching with the condition. If multiple comments match, the latest comment is updated
  2. If no comment matches, a new comment is created

e.g.

github-comment - v4.2.0

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.1.1...v4.2.0

Features

#462 #464 Support GitHub Enterprise

For GitHub Enterprise, please set the following fields in configuration file github-comment.yaml.

ghe_base_url: https://api.github.com # CHANGE
ghe_graphql_endpoint: https://api.github.com/graphql # CHANGE

Others

#419 refactor: use pointers

github-comment - v4.2.0-0

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/github-comment/compare/v4.1.1...v4.2.0-0

Features

#462 #464 Support GitHub Enterprise

For GitHub Enterprise, please set the following fields in configuration file github-comment.yaml.

ghe_base_url: https://api.github.com # CHANGE
ghe_graphql_endpoint: https://api.github.com/graphql # CHANGE
github-comment - v4.1.1

Published by github-actions[bot] over 2 years ago

Package Rankings
Top 7.75% on Proxy.golang.org
Badges
Extracted from project README
Build Status Go Report Card GitHub last commit License