Skip to content

Commit

Permalink
refactor: batch update of project dependencies and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm authored Dec 17, 2023
1 parent a4b1097 commit 093c1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2023-12-17T15:13:21.712116+01:00",
"version": "v1.1.5-dirty",
"generated_at": "2023-12-17T19:20:06.005381304Z",
"version": "1.2.1",
"files": [
{
"path": ".editorconfig"
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }}

- name: Enable automerge
id: automerge
run: gh pr merge --rebase --auto ${{ github.event.pull_request.html_url }}
env:
GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }}

...

0 comments on commit 093c1ef

Please sign in to comment.