diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 761dbee3ca..24e17447f0 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -35,3 +35,51 @@ triage: This issue has been marked as being in triage. The root cause is not known yet, or the issue needs more investigation. You can help by sharing debug information (from `/debug`) if you also have this issue or when you haven't already done so. Thank you for your contributions. + +needs-moar-debug: + issues: + comment: | + Hi there! This is an automatic reply. `Share and enjoy` + + To learn more about this issue, please share the output of the `/debug` page of your Firefly III installation. + + If this page is no available due to the issue you have, please make sure you share at least: + + 1. Firefly III version + 2. Docker, self-hosted, or hosted by a third party? + 3. Operating system and browser + + Thank you for your contributions. + unlabel: needs-moar-debug + + +needs-moar-logs: + issues: + comment: | + Hi there! This is an automatic reply. `Share and enjoy` + + To learn more about this issue, please share the relevant log files from your Firefly III or data importer installation. + + The relevant instructions can be found in the documentation: [How to debug Firefly III?](https://docs.firefly-iii.org/how-to/general/debug/) Once debug mode is activated per these instructions, you can repeat your action and find the logs, depending on your method of installation. All is explained on the page. + + Please share the relevant log lines in your issue, either inline or as an attachment. If you feel the logs contain sensitive information, you may also send them to [james@firefly-iii.org](mailto:james@firefly-iii.org). Without these logs, it may not be possible to properly investigate this issue. + + Thank you for your contributions. + unlabel: needs-moar-logs + +v2-layout-issue: + issues: + comment: | + Hi there! This is an automatic reply. `Share and enjoy` + + It seems your issue is about the new v2-layout that is currently in development for Firefly III. + + These issues are collected in [a GitHub discussion](https://github.com/firefly-iii/firefly-iii/issues/8361). + + Please note that the v2 layout is still very much in development. + + Thank you for your contributions. + close: true + close-reason: completed + lock: true + unlabel: v2-layout-issue diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 1371343feb..c80e42651e 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -18,4 +18,4 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v3 + - uses: dessant/label-actions@v4