Skip to content

Nouzbe/check-pull-request-description

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Pull Request Description

Version

A GitHub action ensuring that PRs have descriptions.

Example Workflow

name: "PR description check"
on:
  pull_request:
    types:
      - opened
      - edited
      - reopened

jobs:
  publish:
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@v1
      - uses: nouzbe/[email protected]

About

GitHub action ensuring that pull requests have a description

Resources

License

Stars

Watchers

Forks

Packages

No packages published