https://github.com/redhat-plumbers-in-action/issue-commentator
🎙️ GitHub Action that creates and updates status comments on issues and pull requests
https://github.com/redhat-plumbers-in-action/issue-commentator
comment github-action issue pull-request typescript
Last synced: 4 months ago
JSON representation
🎙️ GitHub Action that creates and updates status comments on issues and pull requests
- Host: GitHub
- URL: https://github.com/redhat-plumbers-in-action/issue-commentator
- Owner: redhat-plumbers-in-action
- License: mit
- Created: 2023-12-12T16:34:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T15:18:11.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T07:20:40.021Z (almost 2 years ago)
- Topics: comment, github-action, issue, pull-request, typescript
- Language: TypeScript
- Homepage:
- Size: 6.17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Issue Commentator
[![GitHub Marketplace][market-status]][market] [![Lint Code Base][linter-status]][linter] [![Unit Tests][test-status]][test] [![CodeQL][codeql-status]][codeql] [![Check dist/][check-dist-status]][check-dist]
[![codecov][codecov-status]][codecov]
[market]: https://github.com/marketplace/actions/issue-commentator
[market-status]: https://img.shields.io/badge/Marketplace-Issue%20Commentator-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=
[linter]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/lint.yml
[linter-status]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/lint.yml/badge.svg
[test]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/unit-tests.yml
[test-status]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/unit-tests.yml/badge.svg
[codeql]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/codeql-analysis.yml
[codeql-status]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/codeql-analysis.yml/badge.svg
[check-dist]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/check-dist.yml
[check-dist-status]: https://github.com/redhat-plumbers-in-action/issue-commentator/actions/workflows/check-dist.yml/badge.svg
[codecov]: https://codecov.io/gh/redhat-plumbers-in-action/issue-commentator
[codecov-status]: https://codecov.io/gh/redhat-plumbers-in-action/issue-commentator/branch/main/graph/badge.svg
> ...
## Features
> * ...
## Usage
```yml
```
### Real-life examples
> ...
## Configuration options
Action currently accepts the following options:
```yml
# ...
- uses: redhat-plumbers-in-action/issue-commentator@v1
with:
milliseconds:
# ...
```
### milliseconds
> ...
> * default value: `undefined`
> * requirements: `required`
## Policy
> ...
## Limitations
> ...