Fix gocardless bank "Hanseatic Bank" (access_valid_for_days max 89) #917
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release notes | |
on: | |
pull_request: | |
branches: '*' | |
jobs: | |
release-notes: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Check release notes | |
if: startsWith(github.head_ref, 'release/') == false | |
uses: actualbudget/actions/release-notes/check@main | |
- name: Generate release notes | |
if: startsWith(github.head_ref, 'release/') == true | |
uses: actualbudget/actions/release-notes/generate@main |