Skip to content

Commit a136880

Browse files
authored
chore: run closed issue message on PRs (#30892)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d918499 commit a136880

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/closed-issue-message.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Closed Issue Message
22
on:
33
issues:
44
types: [closed]
5+
pull_request_target:
6+
types: [closed]
57
jobs:
68
auto_comment:
79
permissions:
@@ -13,7 +15,6 @@ jobs:
1315
# These inputs are both required
1416
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1517
message: |
16-
### ⚠️COMMENT VISIBILITY WARNING⚠️
17-
Comments on closed issues are hard for our team to see.
18-
If you need more assistance, please either tag a team member or open a new issue that references this one.
18+
Comments on closed issues and PRs are hard for our team to see.
19+
If you need help, please open a new issue that references this one.
1920
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)