2022-08-06 10:39:22 -05:00
name : "Reply to closed issue"
2023-02-19 01:52:46 -06:00
on :
issues :
types :
2022-08-06 10:39:22 -05:00
- closed
2023-02-19 01:52:46 -06:00
jobs :
auto_comment :
2022-08-06 10:39:22 -05:00
runs-on : ubuntu-latest
2023-02-19 01:52:46 -06:00
steps :
-
2022-08-06 10:39:22 -05:00
uses : aws-actions/closed-issue-message@v1
2023-02-19 01:52:46 -06:00
with :
2022-08-06 10:39:22 -05:00
message : |
Hi there! This is an automatic reply. `Share and enjoy`
2023-05-31 23:43:28 -05:00
This issue is now 🔒 closed. Please be aware that closed issues are **not** watched.
2022-08-06 10:39:22 -05:00
2023-05-31 23:43:28 -05:00
- If the original bug is not actually fixed, please feel free to open [a new issue](https://github.com/firefly-iii/firefly-iii/issues/new/choose). Please refer to this issue for clarity.
2023-05-29 05:05:45 -05:00
- Follow-up questions must be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/)
- Further replies to this issue will get **no response**.
2022-08-06 10:39:22 -05:00
2023-05-29 05:05:45 -05:00
Thank you for your contributions.
2022-08-06 10:39:22 -05:00
repo-token : "${{ secrets.GITHUB_TOKEN }}"