We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d918499 commit a136880Copy full SHA for a136880
.github/workflows/closed-issue-message.yml
@@ -2,6 +2,8 @@ name: Closed Issue Message
2
on:
3
issues:
4
types: [closed]
5
+ pull_request_target:
6
+ types: [closed]
7
jobs:
8
auto_comment:
9
permissions:
@@ -13,7 +15,6 @@ jobs:
13
15
# These inputs are both required
14
16
repo-token: "${{ secrets.GITHUB_TOKEN }}"
17
message: |
- ### ⚠️COMMENT VISIBILITY WARNING⚠️
- 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.
+ 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.
20
If you wish to keep having a conversation with other community members under this issue feel free to do so.
0 commit comments