Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

validate-pr-title.yml 298 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. name: Validate PR Title
  2. on:
  3. pull_request:
  4. types: [opened, edited, synchronize]
  5. jobs:
  6. validate-pr-title:
  7. name: Validate PR Title
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: amannn/action-semantic-pull-request@v5
  11. env:
  12. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...