Skip to content

Commit

Permalink
chore: 👷workflow for PR title validation (#286)
Browse files Browse the repository at this point in the history
* chore: workflow for PR title validation

* chore: workflow for PR title validation

Signed-off-by: Shweta_C <[email protected]>

Signed-off-by: Shweta_C <[email protected]>
Co-authored-by: Shweta_C <[email protected]>
  • Loading branch information
ShwetaChauhan18 and shwetachauhan-simform authored Dec 30, 2022
1 parent 8a158dd commit bdaae57
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/title-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'PR Title is Conventional '

on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.0.1] - December 30, 2022 (Unreleased)
- Added PR title validation workflow

## [2.0.0+1] - November 2, 2022
- Fixed [#237](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/261) - Feature added to enable/disable default gesture of ShowcaseView child using `disableDefaultTargetGestures` parameter
- Fixed [#206](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/206) - getLeft and getRight return wrong result when in middle with a little offset
Expand Down

0 comments on commit bdaae57

Please sign in to comment.