firefly-iii/.github/workflows/closed-issues.yml

27 lines
1.2 KiB
YAML
Raw Normal View History

2023-10-29 12:00:14 -05:00
name: "Issues - Reply to closed issue"
2023-02-19 01:52:46 -06:00
on:
issues:
types:
- closed
2023-02-19 01:52:46 -06:00
jobs:
auto_comment:
runs-on: ubuntu-latest
2023-02-19 01:52:46 -06:00
steps:
2023-06-21 05:34:58 -05:00
- uses: aws-actions/closed-issue-message@v1
2023-02-19 01:52:46 -06:00
with:
message: |
2023-06-21 05:34:58 -05:00
Hi there! This is an automatic reply. `Share and enjoy`
This issue is now 🔒 closed. Please be aware that closed issues are not monitored by the developer of Firefly III.
- If the original bug is not actually fixed, please open [a new issue](https://github.com/firefly-iii/firefly-iii/issues/new/choose). Refer to this issue for clarity.
2023-06-21 05:34:58 -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 may get no response.
If there is more to discuss, please open [a new issue](https://github.com/firefly-iii/firefly-iii/issues/new/choose) or [discussion](https://github.com/firefly-iii/firefly-iii/discussions/).
2023-06-21 05:34:58 -05:00
Thank you for your contributions.
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2023-11-02 23:59:17 -05:00
- uses: OSDKDev/lock-issues@v1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"