8000 GitHub - tobiastimm/lint-pr-title-action: GitHub Action for linting the title of a Pull Request
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tobiastimm/lint-pr-title-action

Repository files navigation

Welcome to lint-pr-title-action 👋

Version Documentation Maintenance License: MIT Twitter: tbstimm

GitHub Action for linting the title of a Pull Request

Usage

Create or use an existing workflow that affects PRs (eg: .github/workflows/pr-name.yml see Creating a Workflow file). Here is an example of configuration

name: pr-name-linter
on:
  pull_request:
    types: ['opened', 'edited', 'reopened', 'synchronize']

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout
      - name: Install Dependencies
        run: npm install @commitlint/config-conventional
      - uses: tobiastimm/lint-pr-title-action@v1.0.0

Author

👤 Tobias Timm

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2024 Tobias Timm.
This project is MIT licensed.

About

GitHub Action for linting the title of a Pull Request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0