Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/main/actions/label…
Browse files Browse the repository at this point in the history
…er-5.0.0
  • Loading branch information
ttsukagoshi committed Jan 23, 2024
2 parents 7bb0174 + 4f40110 commit c53fb1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
documentation:
- LICENSE
- README*.md
- docs/*
- docs/**/*
any:
changed-files:
any-glob-to-any-file:
- LICENSE
- README*.md
- docs/*
- docs/**/*
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "mail-merge-for-gmail",
"version": "3.1.0",
"description": "Group Merge: Mail Merge for Gmail. An open-sourced Google Workspace Add-on to send personalized emails based on Gmail template to multiple recipients using Google Sheets. The Group Merge feature allows the sender to group the contents of two or more rows into one row for a single recipient.",
"engines": {
"node": ">=18.19.0 || >=20.0.0"
},
"main": "src/group-merge.js",
"scripts": {
"test": "jest"
Expand Down

0 comments on commit c53fb1f

Please sign in to comment.