Skip to content

get-pr-commits

Actions
A GitHub Action that get commits in current pull-request
v1.3.1
Latest
Star (4)

get-pr-commits

A GitHub Action that get commits in current pull-request

Usage

Add .github/workflows/sanity-check.yml with the following:

name: Sanity check
on: [pull_request]

jobs:
  commits_check_job:
    runs-on: ubuntu-latest
    name: Commits Check
    steps:
    - name: Get PR Commits
      id: 'get-pr-commits'
      uses: tim-actions/get-pr-commits@master
      with:
        token: ${{ secrets.GITHUB_TOKEN }}

get-pr-commits 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

A GitHub Action that get commits in current pull-request
v1.3.1
Latest

get-pr-commits 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.