Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into ramin/performance…
Browse files Browse the repository at this point in the history
…_improvement
  • Loading branch information
ramin-deriv committed Jan 20, 2025
2 parents e8a5de8 + c4de3e4 commit f9a48c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/validate_pr_title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: validate_pr_title

on:
pull_request:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions doc/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ Performance: Immutability can offer performance benefits, especially in the cont
Concurrency: Immutable data is inherently thread-safe, making it easier to work with concurrent programming and avoid data race conditions.


## PR format:
Please follow the conventional commit format for the PR title. For more information, please check [conventionalcommits](https://www.conventionalcommits.org/en/v1.0.0/)


0 comments on commit f9a48c6

Please sign in to comment.