From 2e0c4a0cb3239c57f5af75386792115587bd4a6d Mon Sep 17 00:00:00 2001 From: Ian Saultz <52051793+atierian@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:42:46 -0500 Subject: [PATCH] chore: add closed issue visibility auto comment action workflow (#3374) --- .github/workflows/closed_issue_message.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/closed_issue_message.yml diff --git a/.github/workflows/closed_issue_message.yml b/.github/workflows/closed_issue_message.yml new file mode 100644 index 0000000000..d72b7daf8f --- /dev/null +++ b/.github/workflows/closed_issue_message.yml @@ -0,0 +1,17 @@ + +name: Closed Issue Message +on: + issues: + types: [closed] +jobs: + auto_comment: + runs-on: ubuntu-latest + steps: + - uses: aws-actions/closed-issue-message@v1 + with: + 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. + If you wish to keep having a conversation with other community members under this issue feel free to do so.