A GitHub Action for adding the files changed for every PR when the PR is made by creating an issue.
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 }}
Copyright (c) 2020 Sharang Pai [email protected] ABC