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 committed Jan 6, 2024
1 parent 63bec30 commit 0e1acc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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-17T19:46:33.537142311Z",
"version": "1.2.1",
"generated_at": "2024-01-06T00:55:46.422891752Z",
"version": "1.2.2",
"files": [
{
"path": ".editorconfig"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ 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 }}

cbrgm:
runs-on: ubuntu-latest
if: github.actor == 'cbrgm' && contains(github.event.pull_request.labels.*.name, 'auto-merge')
Expand Down

0 comments on commit 0e1acc5

Please sign in to comment.