You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** This file was automatically generated by the `cloudposse/build-harness`.
15
20
** 1) Make all changes to `README.yaml`
16
-
** 2) Run `make init` (you only need to do this once)
17
-
** 3) Run`make readme` to rebuild this file.
21
+
** 2) Install [atmos](https://atmos.tools/install/) (you only need to do this once)
22
+
** 3) Run`atmos readme` to rebuild this file.
18
23
**
19
24
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
20
25
**
@@ -28,17 +33,6 @@
28
33
Comments on a PR when it is included in a GitHub release.
29
34
30
35
31
-
---
32
-
> [!NOTE]
33
-
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=) approach towards DevOps.
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
37
-
>
38
-
> We have [*dozens of GitHub Actions*](https://github.com/cloudposse-github-actions?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=github_actions) that are Open Source and well-maintained. Check them out!
@@ -91,6 +85,24 @@ This action returns a JSON-encoded string, which contains information on the com
91
85
92
86
93
87
88
+
## Inputs
89
+
<!-- markdownlint-disable -->
90
+
| Name | Description | Default | Required |
91
+
|------|-------------|---------|----------|
92
+
| include\_regex | Only include releases whose tag name matches this regular expression. This regular expression should not include delimeters. i.e. instead of `/.\*/g`, supply only `.\*`. | .\*| false |
93
+
| retries | Number of retries. | 0 | false |
94
+
| tag | The git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`. | N/A | false |
95
+
<!-- markdownlint-restore -->
96
+
97
+
98
+
## Outputs
99
+
<!-- markdownlint-disable -->
100
+
| Name | Description |
101
+
|------|-------------|
102
+
| result | A JSON-encoded string which contains information on the comments it created (if any). |
103
+
<!-- markdownlint-restore -->
104
+
105
+
94
106
95
107
## Related Projects
96
108
@@ -105,23 +117,21 @@ For additional context, refer to some of these links.
105
117
-[cloudposse-github-actions](https://github.com/cloudposse-github-actions) - Reusable workflows for different types of projects
106
118
107
119
120
+
121
+
108
122
## ✨ Contributing
109
123
110
124
This project is under active development, and we encourage contributions from our community.
Please use the [issue tracker](https://github.com/cloudposse-github-actions/pr-comment-on-release/issues) to report any bugs or file feature requests.
120
-
121
-
### 💻 Developing
122
-
123
-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
124
-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=slack), in the `#cloudposse` channel.
134
+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse-github-actions/pr-comment-on-release/issues).
125
135
126
136
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
127
137
1. Review our [Code of Conduct](https://github.com/cloudposse-github-actions/pr-comment-on-release/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -144,40 +154,8 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and GitHub Action insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
157
+
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
148
158
It's **FREE** for everyone!
149
-
150
-
## About
151
-
152
-
This project is maintained by <ahref="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=">Cloud Posse, LLC</a>.
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=commercial_support) for funded startups and enterprises.
156
-
Use our ready-to-go terraform architecture blueprints for AWS & GitHub Actions to get up and running quickly.
157
-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
0 commit comments