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
Copy file name to clipboardExpand all lines: .github/workflows/on_closed_issues.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,10 @@ jobs:
9
9
- uses: aws-actions/closed-issue-message@v1
10
10
with:
11
11
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