Skip to content

Extract PR titles

Actions
Extract PR titles between the given two git refs
v0.1.3
Latest
Star (0)

extract-pr-titles-action

GitHub Action to extract PR titles between the given two git refs. Wrapper of https://github.com/kt3k/extract-pr-titles

jobs:
  example:
    steps:
      - uses: actions/checkout@v2
        with:
          ref: refs/remotes/origin/main
          fetch-depth: 0
      - uses: seqsense/extract-pr-titles-action@v0
        id: titles
        with:
          from: origin/main
          to: origin/release
          format: "- {title} #{number}"
          reverse: true
      - run: echo ${{ steps.titles.outputs.titles }}

Extract PR titles is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Extract PR titles between the given two git refs
v0.1.3
Latest

Extract PR titles is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.