🔖 (23.6.0) category hiding and filters for reports (#1087)

Web: https://github.com/actualbudget/actual/pull/1087
Server: https://github.com/actualbudget/actual-server/pull/207
Docs: https://github.com/actualbudget/docs/pull/179

---------

Co-authored-by: Jed Fox <git@jedfox.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Matiss Janis Aboltins
2023-06-01 20:58:42 +01:00
committed by GitHub
parent 1d301ac78d
commit a0dfb8afbd
50 changed files with 4 additions and 286 deletions

View File

@@ -11,8 +11,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check release notes
if: startsWith(github.ref, 'refs/heads/release/') == false
if: startsWith(github.head_ref, 'release/') == false
uses: actualbudget/actions/release-notes/check@main
- name: Generate release notes
if: startsWith(github.ref, 'refs/heads/release/') == true
if: startsWith(github.head_ref, 'release/') == true
uses: actualbudget/actions/release-notes/generate@main