Skip to content

Commit

Permalink
use default strategy for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Dec 24, 2022
1 parent a79a4f1 commit 4b5b037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
title: Update README.md
commit-message: Update README.md
branch: zio-sbt-website/update-readme
body: |
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
I will automatically update the README.md file whenever there is new change for README.md, e.g.
- After each release, I will update the version in the installation section.
- After any changes to the "docs/index.md" file, I will update the README.md file accordingly.
branch: zio-sbt-website/update-readme
commit-message: Update README.md
branch-suffix: short-commit-hash
title: Update README.md
1 change: 0 additions & 1 deletion zio-sbt-website/src/main/scala/zio/sbt/WebsiteUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ object WebsiteUtils {
"title" -> "Update README.md".asJson,
"commit-message" -> "Update README.md".asJson,
"branch" -> "zio-sbt-website/update-readme".asJson,
"branch-suffix" -> "short-commit-hash".asJson,
"body" ->
"""|Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
|
Expand Down

0 comments on commit 4b5b037

Please # to comment.