mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 10:31:59 +00:00
Merge branch 'develop' into 5.8-dev
This commit is contained in:
22
.github/workflows/closed-issues.yml
vendored
Normal file
22
.github/workflows/closed-issues.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: "Reply to closed issue"
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- closed
|
||||||
|
jobs:
|
||||||
|
auto_comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
uses: aws-actions/closed-issue-message@v1
|
||||||
|
with:
|
||||||
|
message: |
|
||||||
|
Hi there! This is an automatic reply. `Share and enjoy`
|
||||||
|
|
||||||
|
This issue is now closed. Please be aware that closed issues are not actively monitored. If you reply, you may get no response.
|
||||||
|
|
||||||
|
- If the original bug is not actually fixed, please feel free to open a new ticket. Please refer to this issue for clarity.
|
||||||
|
- Follow-up questions can also be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/)
|
||||||
|
|
||||||
|
Thank you for your consideration.
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
@@ -150,6 +150,8 @@ I can always use your help [squashing bugs](https://docs.firefly-iii.org/support
|
|||||||
|
|
||||||
There is also a [security policy](https://github.com/firefly-iii/firefly-iii/security/policy).
|
There is also a [security policy](https://github.com/firefly-iii/firefly-iii/security/policy).
|
||||||
|
|
||||||
|
[![CII Best Practices][bp-badge]][bp-url]
|
||||||
|
|
||||||
### Support the development of Firefly III
|
### Support the development of Firefly III
|
||||||
|
|
||||||
If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! :tada:
|
If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! :tada:
|
||||||
@@ -192,3 +194,5 @@ The Firefly III logo is made by the excellent Cherie Woo.
|
|||||||
[sc-project-url]: https://sonarcloud.io/dashboard?id=firefly-iii_firefly-iii
|
[sc-project-url]: https://sonarcloud.io/dashboard?id=firefly-iii_firefly-iii
|
||||||
[hack-shield]: https://cdn.huntr.dev/huntr_security_badge_mono.svg
|
[hack-shield]: https://cdn.huntr.dev/huntr_security_badge_mono.svg
|
||||||
[hack-url]: https://huntr.dev/bounties/disclose
|
[hack-url]: https://huntr.dev/bounties/disclose
|
||||||
|
[bp-badge]: https://bestpractices.coreinfrastructure.org/projects/6335/badge
|
||||||
|
[bp-url]: https://bestpractices.coreinfrastructure.org/projects/6335
|
||||||
|
|||||||
Reference in New Issue
Block a user