Skip to content

Commit

Permalink
ci: add andresaiello to codeowners, semantic PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 27, 2024
1 parent 0ce2172 commit ab17a84
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @fadeev @skosito
* @fadeev @skosito @andresaiello
20 changes: 20 additions & 0 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Semantic PR

on:
pull_request:
branches:
- "*"
types:
- synchronize
- opened
- reopened
- ready_for_review

jobs:
semantic-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab17a84

Please sign in to comment.