Skip to content

Commit

Permalink
ci: add semantic prs action
Browse files Browse the repository at this point in the history
Signed-off-by: Adem Baccara <[email protected]>
  • Loading branch information
Adembc committed Jun 2, 2024
1 parent b344876 commit 830557f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/semantic-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: kubeflow/notebooks/.github/actions/conventional-release-labels@main
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.base.ref }}
- uses: ./.github/actions/conventional-release-labels
with:
type_labels: |
{
Expand All @@ -56,3 +59,4 @@ jobs:
"chore"
]
ignore_label: "changelog/ignore"

0 comments on commit 830557f

Please sign in to comment.