This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
🐛 Fix version of any Record __repr__ having a time component #44
Workflow file for this run
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: latest-changes | |
on: | |
pull_request_target: | |
branches: | |
- main | |
types: | |
- closed | |
workflow_dispatch: | |
inputs: | |
number: | |
description: PR number | |
required: true | |
jobs: | |
latest-changes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: docker://tiangolo/latest-changes:0.0.3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
latest_changes_file: CHANGELOG.md | |
latest_changes_header: '--- \| --- \| --- \| --- \| ---\n' | |
template_file: ./.github/workflows/latest-changes.jinja2 |