You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'main' into feature/reusable-couchbase-containers
* main: (76 commits)
chore(deps): bump mkdocs-include-markdown-plugin from 6.2.2 to 7.1.5 (testcontainers#3137)
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.4 (testcontainers#3133)
chore(deps): bump github.com/docker/docker from 28.0.1+incompatible to 28.1.1+incompatible (testcontainers#3152)
feat(memcached): add memcached module (testcontainers#3132)
fix(etcd): single node etcd cluster access (testcontainers#3149)
feat(valkey): add TLS support for Valkey (testcontainers#3131)
fix(dockermodelrunner): wait for the model to be pulled (testcontainers#3125)
fix(localstack): remove checksum before parsing version (testcontainers#3130)
fix(dockermodelrunner): dependency with socat
chore: prepare for next minor development cycle (0.38.0)
chore: use new version (v0.37.0) in modules and examples
fix: handle stopped containers more gracefully when reuse is enabled (testcontainers#3062)
feat(gcloud): add option to run firestore in datastore mode (testcontainers#3009)
feat: support for mounting images (testcontainers#3044)
chore(ci): close PR if it was sent from main (testcontainers#3123)
feat: add `WithReuseByName` for modifying Generic Container Requests (testcontainers#3064)
chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 (testcontainers#3120)
chore(deps): bump mkdocs-include-markdown-plugin from 6.2.2 to 7.1.5 (testcontainers#3119)
chore(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (testcontainers#3118)
chore(ci): exclude more files for a full-blown build (testcontainers#3122)
...
Copy file name to clipboardExpand all lines: .github/workflows/conventions.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,11 @@ jobs:
47
47
docs
48
48
chore
49
49
deps
50
+
51
+
- name: Detect if the Pull Request was sent from the main branch
52
+
if: "${{ github.head_ref == 'main' }}"
53
+
env:
54
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+
run: |
56
+
gh pr close --comment "This Pull Request has been automatically closed because it was sent from the fork's main branch. Please use a different branch so that the maintainers can contribute to your Pull Request."
0 commit comments