Update closed-issues.yml

Small changes in yaml
This commit is contained in:
James Cole
2022-08-06 15:39:22 +00:00
committed by GitHub
parent 1670fe5e4d
commit 4c0934bae8

View File

@@ -1,15 +1,15 @@
name: Reply to closed issue name: "Reply to closed issue"
on: on:
issues: issues:
types: [closed] types:
- closed
jobs: jobs:
auto_comment: auto_comment:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: aws-actions/closed-issue-message@v1 -
uses: aws-actions/closed-issue-message@v1
with: with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: | message: |
Hi there! This is an automatic reply. `Share and enjoy` Hi there! This is an automatic reply. `Share and enjoy`
@@ -19,3 +19,4 @@ jobs:
- Follow-up questions can also be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/) - Follow-up questions can also be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/)
Thank you for your consideration. Thank you for your consideration.
repo-token: "${{ secrets.GITHUB_TOKEN }}"