Skip to content

Commit 22f69ea

Browse files
authored
build(github-actions): fix YAML of closed issues message (#23)
1 parent 004523b commit 22f69ea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
jobs:
66
auto_comment:
77
runs-on: ubuntu-latest
8-
steps:
9-
- uses: aws-actions/closed-issue-message@v1
10-
with:
11-
# These inputs are both required
12-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13-
message: |
14-
### ⚠️COMMENT VISIBILITY WARNING⚠️
15-
Comments on closed issues are hard for our team to see.
16-
If you need more assistance, please either tag a team member or open a new issue that references this one.
17-
If you wish to keep having a conversation with other community members under this issue feel free to do so.
8+
steps:
9+
- uses: aws-actions/closed-issue-message@v1
10+
with:
11+
# These inputs are both required
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13+
message: |
14+
### ⚠️ COMMENT VISIBILITY WARNING ⚠️
15+
Comments on closed issues are hard for our team to see.
16+
If you need more assistance, please either tag a team member or open a new issue that references this one.
17+
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)