Skip to content

Commit

Permalink
ci: add more validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Jul 31, 2024
1 parent 0763fa3 commit eb170b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ steps.app-token.outputs.token }}
release-type: python
include-v-in-tag: false
15 changes: 15 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: validate

on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- name: validate-pr-title
uses: ytanikin/[email protected]
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert"]'
add_label: 'false'
3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

9 changes: 0 additions & 9 deletions release-please-config.json

This file was deleted.

0 comments on commit eb170b1

Please sign in to comment.