mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
See https://github.com/actualbudget/docs/pull/129 for more details. If this is accepted, I’ll fill in release notes for the PRs that have been submitted since the last release and submit a corresponding PR to `actual-server`. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
15 lines
270 B
YAML
15 lines
270 B
YAML
name: Check release notes
|
|
|
|
on:
|
|
pull_request:
|
|
branches: '*'
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Check release notes
|
|
uses: actualbudget/actions/release-notes/check@main
|