-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade dio to 5.0.0 * add test randomization seed * update semantic PR workflow * upgrade dependencies, run codegen * fix tests that rely on specific dio messaging * update version of test_track in pubspec
- Loading branch information
1 parent
f81f790
commit 32f7e8e
Showing
20 changed files
with
309 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
name: Semantic PR | ||
|
||
on: [pull_request_target] | ||
on: [pull_request] | ||
|
||
permissions: | ||
pull-requests: read | ||
|
||
jobs: | ||
validate_title: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Validate PR title | ||
uses: amannn/action-semantic-pull-request@v4 | ||
uses: amannn/[email protected] | ||
with: | ||
types: | ||
feat | ||
fix | ||
docs | ||
style | ||
refactor | ||
test | ||
ci | ||
chore | ||
validateSingleCommit: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.