Skip to content

Commit

Permalink
Merge pull request #1169 from Maps-Messaging/development
Browse files Browse the repository at this point in the history
Release 3.3.6
  • Loading branch information
mbuckton authored Mar 7, 2024
2 parents f729734 + f0af071 commit 1d69afb
Show file tree
Hide file tree
Showing 460 changed files with 25,572 additions and 6,572 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Automerge Dependabot PRs

on:
pull_request:
branches:
- development

jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'AWS')
steps:
- name: Automerge
uses: pascalgn/[email protected]
with:
mergeMethod: squash
commitMessageTemplate: "chore(dependencies): update dependencies"
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "paho.mqtt.testing"]
path = paho.mqtt.testing
url = https://github.com/eclipse/paho.mqtt.testing.git
1 change: 0 additions & 1 deletion paho.mqtt.testing
Submodule paho.mqtt.testing deleted from 287388
Loading

0 comments on commit 1d69afb

Please sign in to comment.