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
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.
125
+
126
+
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
127
+
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).
128
+
2.**Fork** the repo on GitHub
129
+
3.**Clone** the project to your own machine
130
+
4.**Commit** changes to your own branch
131
+
5.**Push** your work back up to your fork
132
+
6. Submit a **Pull Request** so that we can review your changes
133
+
134
+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
135
+
136
+
### 🌎 Slack Community
137
+
138
+
Join our [Open Source Community](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=slack) on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
139
+
140
+
### 📰 Newsletter
141
+
142
+
Sign up for [our newsletter](https://cpco.io/newsletter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/pr-comment-on-release&utm_content=newsletter) and join 3,000+ DevOps engineers, CTOs, and founders who get insider access to the latest DevOps trends, so you can always stay in the know.
143
+
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.
148
+
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.
Only include releases whose tag name matches this regular expression.
19
-
This regular expression should not include delimeters. i.e. instead of `/.*/g`, supply only `.*`.
14
+
description: "Only include releases whose tag name matches this regular expression. This regular expression should not include delimeters. i.e. instead of `/.*/g`, supply only `.*`."
20
15
default: ".*"
21
16
tag:
22
17
required: false
23
18
description: "The git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`."
24
-
default: ""
25
19
outputs:
26
20
result:
27
-
description: "A JSON-encoded list of objects detailing the ID of each PR and the comment created by this action."
21
+
description: "A JSON-encoded string, which contains information on the comments it created (if any)."
Copy file name to clipboardExpand all lines: docs/github-action.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@
4
4
5
5
| Name | Description | Default | Required |
6
6
|------|-------------|---------|----------|
7
-
| retries | Number of retries | 3 | false |
7
+
| 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 |
8
+
| retries | Number of retries. | 0 | false |
9
+
| tag | The git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`. | N/A | false |
8
10
9
11
12
+
## Outputs
13
+
14
+
| Name | Description |
15
+
|------|-------------|
16
+
| result | A JSON-encoded string, which contains information on the comments it created (if any). |
0 commit comments