Skip to content

Merge pull request #1488 from weblate/weblate-catima-catima #962

Merge pull request #1488 from weblate/weblate-catima-catima

Merge pull request #1488 from weblate/weblate-catima-catima #962

name: Convert CHANGELOG to Fastlane
on:
push:
branches:
- main
jobs:
convert_changelog_to_fastlane:
runs-on: ubuntu-latest
name: Convert CHANGELOG to Fastlane
steps:
- name: Checkout repo
id: checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run converter script
run: python .scripts/changelog_to_fastlane.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: "Update Fastlane changelogs"
commit-message: "Update Fastlane changelogs"
branch-suffix: timestamp