Skip to content

Commit e0d4be2

Browse files
committed
fix(ci): improve msg visibility on closed issues
1 parent 3ffcc14 commit e0d4be2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/on_closed_issues.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ jobs:
99
- uses: aws-actions/closed-issue-message@v1
1010
with:
1111
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12-
message: "This issue is now closed. Please be mindful that future comments are hard for our team to see."
12+
message: |
13+
### ⚠️COMMENT VISIBILITY WARNING⚠️
14+
This issue is now closed. Please be mindful that future comments are hard for our team to see.
15+
16+
If you need more assistance, please either tag a [team member](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#current-maintainers) or open a new issue that references this one.
17+
18+
If you wish to keep having a conversation with other community members under this issue feel free to do so.

0 commit comments

Comments
 (0)