Skip to content

Commit

Permalink
refactor(ci): refactor conventional-pr with generic one
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <[email protected]>
  • Loading branch information
kaanyagci committed Oct 19, 2023
1 parent f57a571 commit bc95411
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:

jobs:
conventional_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true
uses: substra/substra-gha-workflows/.github/workflows/conventional-pr.yml@chore/check-chart-lock-changes
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bc95411

Please sign in to comment.