Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-action-pr-list

List pull request and filter them by label and/or if the checks are passing.

Usage

See action.yaml

Basic:

steps:
- name: Checkout Code
  uses: actions/checkout@master

- name: Retrive PRs
  uses: Podcastdotco/github-action-pr-list@mater
  id: prlist
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    labels: '["dependencies"]'
    checkStatus: 'true'

- name: Get the output
  run: echo "There are ${{ steps.prlist.outputs.count }} PRs"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages