Skip to content

Commit

Permalink
ci(workflow): Use desktop engineering's PR title validation (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell authored Oct 9, 2023
2 parents c97e3c5 + afdb568 commit 670fe29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate pull request title

on:
pull_request:
types: [opened, edited]

jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: canonical/desktop-engineering/gh-actions/common/validate-pr-title@main

0 comments on commit 670fe29

Please sign in to comment.