Skip to content

Commit

Permalink
chore: run closed issue message on PRs (#30892)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kellertk authored Jul 18, 2024
1 parent d918499 commit a136880
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Closed Issue Message
on:
issues:
types: [closed]
pull_request_target:
types: [closed]
jobs:
auto_comment:
permissions:
Expand All @@ -13,7 +15,6 @@ jobs:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
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.
If you need help, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

0 comments on commit a136880

Please sign in to comment.