Skip to content

A Github Action to publish a changelog issue with the files changed whenever a PR is created

License

Notifications You must be signed in to change notification settings

Guzzler/file-changelog-issue-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action PR Changelog Add

A GitHub Action for adding the files changed for every PR when the PR is made by creating an issue.

Usage

Add the following GitHub workflow to your repository.

name: PR Changelog Add
on:
  pull_request:
    types:
    - opened
    - edited
    - synchronized
    - labeled
    - unlabeled
jobs:
  check_pr_size:
    runs-on: ubuntu-latest
    steps:
    - uses: guzzler/file-changelog-issue-action@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

License

MIT License

Copyright (c) 2020 Sharang Pai sharangpai123@gmail.com ABC

About

A Github Action to publish a changelog issue with the files changed whenever a PR is created

Resources

License

Stars

Watchers

Forks

Packages

No packages published