Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

A note informing of the repo merge of actual-server into the actual repo #1069

A note informing of the repo merge of actual-server into the actual repo

A note informing of the repo merge of actual-server into the actual repo #1069

Workflow file for this run

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