Skip to content

paperboxai/Github-Action-PR-Commit-Changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Commit Changelog

This github action updates the description of the PR with the commit changelog.

Usage

This action doesn't create a PR, but updates it.

name: Creates and Updates PR
on:
  push:
    branches:
    - some-branch
jobs:
  pull-request:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: update-pull-request
      uses: paperboxai/Github-Action-PR-Commit-Changelog@v1.0.0
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}

Parameters

Inputs

github_token

The GITHUB_TOKEN secret. This is required.

LICENSE

MIT