Skip to content

androidx/check-pr-format-action

Check Pull Request Format Action

A GitHub action that ensures that pull requests follow conventions.

Usage

Use a snippet like this to setup the Webhook step in your YAML file.

- name: 'Validate Pull Request'
  uses: 'tikurahul/check-pr-format-action@master'
  with:
    # Enforces a `Test: <stanza>` in the pull request
    # This regular expressions are evaluated for every line in the pull request body.
    checks: '["(.*)?Test:(.*)?"]'

About

GitHub Action that lints the pull request body to ensure it includes Tests: and Bug: stanzas

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •