Skip to content

Commit

Permalink
fix(ci): kodiak config to fix dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Mar 17, 2023
1 parent fff34a4 commit 852cdaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ method="squash"
[merge.message]
title = "pull_request_title" # default: "github_default"
body = "pull_request_body" # default: "github_default"
body_type = "plain_text"


[merge.automerge_dependencies]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
push: false
- run: cargo set-version ${{ env.REVISION }} --workspace
- run: cargo upgrade -p libfatigue@${{ env.REVISION }}
# for some reason, the generated changelog from cz
# doesn't have the correct file permissions for git add
- run: sudo chmod -R ugo+rwX .
name: fixup permissions from cz
- uses: EndBug/add-and-commit@v9
id: add-and-commit
with:
Expand Down

0 comments on commit 852cdaa

Please sign in to comment.