Skip to content

Commit

Permalink
ci: add andresaiello to codeowners, semantic PR workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Nov 27, 2024
1 parent 0ce2172 commit 811f4e2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
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 811f4e2

Please sign in to comment.