-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1169 from Maps-Messaging/development
Release 3.3.6
- Loading branch information
Showing
460 changed files
with
25,572 additions
and
6,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Submodule paho.mqtt.testing
deleted from
287388
Oops, something went wrong.