Skip to content

A GitHub action to add a list of merged Pull Requests in a branch to a Pull Request

License

Notifications You must be signed in to change notification settings

sequel-technologies/pr-list-action

Repository files navigation

pr-list-action

A GitHub action to add a list of merged Pull Requests in a branch to a Pull Request

Action

name: Update PR Body
on:
  pull_request:
    branches: ["main"]

jobs:
  update-pr-body:
    permissions: write-all
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Update PR Body
        uses: sequel-technologies/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          owner: sequel-technologies
          repo: ${{ github.repository }}
          head: ${{ github.head_ref }}
          base: ${{ github.base_ref }}
          pr-number: ${{ github.event.number }}

Building

  1. Install vercel/ncc by running this command in your terminal
    npm run prepare

About

A GitHub action to add a list of merged Pull Requests in a branch to a Pull Request

Resources

License

Stars

Watchers

Forks

Packages

No packages published