mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #6296 from firefly-iii/JC5-patch-2
Update closed-issues.yml
This commit is contained in:
commit
08e65887ca
43
.github/workflows/closed-issues.yml
vendored
43
.github/workflows/closed-issues.yml
vendored
@ -1,21 +1,22 @@
|
|||||||
name: Reply to closed issue
|
name: "Reply to closed issue"
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [closed]
|
types:
|
||||||
jobs:
|
- closed
|
||||||
auto_comment:
|
jobs:
|
||||||
runs-on: ubuntu-latest
|
auto_comment:
|
||||||
steps:
|
runs-on: ubuntu-latest
|
||||||
- uses: aws-actions/closed-issue-message@v1
|
steps:
|
||||||
with:
|
-
|
||||||
# These inputs are both required
|
uses: aws-actions/closed-issue-message@v1
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
with:
|
||||||
message: |
|
message: |
|
||||||
Hi there! This is an automatic reply. `Share and enjoy`
|
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.
|
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.
|
- 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/)
|
- 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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user