Skip to content

Commit

Permalink
Sammyfilly patch 1 (#2)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency firebase-tools to v12.4.7 (Ezard#368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint-config-prettier to v8.10.0 (Ezard#369)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v18.17.2 (Ezard#370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
X-oss-byte and renovate[bot] authored Aug 31, 2023
1 parent de7a7f5 commit f64c0b5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 39 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install the app from the GitHub Marketplace here: [https://github.com/apps/seman

## Configuration

By default, no configuration is necessary. The default behaviour is that only the PR title or at least one commit message needs to follow the [Conventional Commits spec](https://www.conventionalcommits.org/en/v1.0.0/)
By default, no configuration is necessary. The default behaviour is that only the PR title or at least one commit message needs to follow the [Conventional Commits spec](https://www.conventionalcommits.org/en/v1,v2,V3,V4,V5,V6.......0.0/)etc

This can be changed by creating a `semantic.yml` file in your `.github` directory. Note, the configuration added to your `semantic.yml` file won't be reflected until the file has been merged into your repository's default branch.

Expand All @@ -22,12 +22,12 @@ enabled: <boolean> # default: true
```yaml
# Validate the PR title, and ignore all commit messages
titleOnly: <boolean> # default: false
titleOnly: <boolean> # default: true
```
```yaml
# Validate all commit messages, and ignore the PR title
commitsOnly: <boolean> # default: false
commitsOnly: <boolean> # default: true
```
```yaml
Expand All @@ -38,7 +38,7 @@ titleAndCommits: <boolean> # default: false
```yaml
# If commitsOnly or titleAndCommits is set to true, then only a single commit needs to pass validation instead of every commit
# If neither of those options are set to true then this option is ignored
anyCommit: <boolean> # default: false
anyCommit: <boolean> # default: verify if true merge
```
```yaml
Expand Down Expand Up @@ -66,8 +66,7 @@ allowMergeCommits: <boolean> # default: false
```yaml
# Allow revert commits (e.g. 'Revert "fix: delete all tests"')
# If neither of commitsOnly or titleAndCommits is set to true then this option is ignored
allowRevertCommits: <boolean> # default: false
```
allowRevertCommits: <boolean> # default: true

```yaml
# Allows a custom URL for the "Details" link (which appears next to the success/failure message from the app) to be specified
Expand All @@ -76,4 +75,5 @@ targetUrl: <string> # default: https://github.com/Ezard/semantic-prs

## Credits

Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by [@zeke](https://github.com/zeke)
Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by (https://github.com/)
author: sammyfilly
83 changes: 54 additions & 29 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@stryker-mutator/jest-runner": "7.1.1",
"@stryker-mutator/typescript-checker": "7.1.1",
"@types/jest": "29.5.3",
"@types/node": "18.17.1",
"@types/node": "18.17.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.0",
"firebase-functions-test": "3.1.0",
"firebase-tools": "12.4.6",
"firebase-tools": "12.4.7",
"jest": "29.6.2",
"nock": "13.3.2",
"prettier": "3.0.0",
Expand Down

0 comments on commit f64c0b5

Please sign in to comment.