Skip to content

docs(contributor): contributors readme action update #21

docs(contributor): contributors readme action update

docs(contributor): contributors readme action update #21

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- main
types:
- closed
# For manually triggering it
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_TOKEN }}
- uses: tiangolo/latest-changes@0.2.1
with:
token: ${{ secrets.REPO_TOKEN }}
latest_changes_file: changelog.md
latest_changes_header: '# Changelog'