Skip to content

Commit bc1c43b

Browse files
authored
Merge pull request #220 from LakshanSS/2201.6.x
Prepare for 3.4.0 release with 2201.6.0
2 parents 0d16fb0 + b463949 commit bc1c43b

File tree

10 files changed

+386
-163
lines changed

10 files changed

+386
-163
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# See: https://help.github.com/articles/about-codeowners/
55

66
# These owners will be the default owners for everything in the repo.
7-
* @indikasampath2000 @abeykoon @kasthuriraajan
7+
* @indikasampath2000 @abeykoon

.github/workflows/build-with-bal-test-native.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Ballerina Build
20-
uses: ballerina-platform/ballerina-action/@nightly
20+
uses: ballerina-platform/ballerina-action/@2201.6.0
2121
with:
2222
args:
2323
pack
2424
env:
2525
WORKING_DIR: ./gmail
2626
- name: Ballerina Tests
27-
uses: ballerina-platform/ballerina-action/@nightly
27+
uses: ballerina-platform/ballerina-action/@2201.6.0
2828
with:
2929
args:
3030
test --code-coverage

.github/workflows/daily-build.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/dev-stg-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Ballerina Build
23-
uses: ballerina-platform/ballerina-action/@2201.2.1
23+
uses: ballerina-platform/ballerina-action/@2201.6.0
2424
with:
2525
args:
2626
pack
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Push to Dev
3131
if: github.event.inputs.bal_central_environment == 'DEV'
32-
uses: ballerina-platform/ballerina-action/@2201.2.1
32+
uses: ballerina-platform/ballerina-action/@2201.6.0
3333
with:
3434
args:
3535
push
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Push to Staging
4141
if: github.event.inputs.bal_central_environment == 'STAGE'
42-
uses: ballerina-platform/ballerina-action/@2201.2.1
42+
uses: ballerina-platform/ballerina-action/@2201.6.0
4343
with:
4444
args:
4545
push

.github/workflows/pull-request.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Ballerina Build
13-
uses: ballerina-platform/ballerina-action/@nightly
13+
uses: ballerina-platform/ballerina-action/@2201.6.0
1414
with:
1515
args:
1616
pack
1717
env:
1818
WORKING_DIR: ./gmail
19-
- name: Ballerina Test
20-
uses: ballerina-platform/ballerina-action/@nightly
21-
with:
22-
args:
23-
test
24-
env:
25-
WORKING_DIR: ./gmail
26-
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
27-
CLIENT_ID: ${{ secrets.CLIENT_ID }}
28-
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
29-
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
30-
REFRESH_URL: ${{ secrets.REFRESH_URL }}
31-
RECIPIENT: ${{ secrets.RECIPIENT }}
32-
SENDER: ${{ secrets.SENDER }}
33-
CC: ${{ secrets.CC }}
34-
ATTACHMENT_PATH: ${{ secrets.ATTACHMENT_PATH }}
35-
ATTACHMENT_CONTENT_TYPE: ${{ secrets.ATTACHMENT_CONTENT_TYPE }}
36-
INLINE_IMAGE_PATH: ${{ secrets.INLINE_IMAGE_PATH }}
37-
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
38-
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Ballerina Build
15-
uses: ballerina-platform/ballerina-action/@2201.2.1
15+
uses: ballerina-platform/ballerina-action/@2201.6.0
1616
with:
1717
args:
1818
pack
@@ -32,7 +32,7 @@ jobs:
3232
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
3333
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
3434
- name: Ballerina Push
35-
uses: ballerina-platform/ballerina-action/@2201.2.1
35+
uses: ballerina-platform/ballerina-action/@2201.6.0
3636
with:
3737
args:
3838
push

gmail/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
distribution = "2201.3.0"
2+
distribution = "2201.6.0"
33
org = "ballerinax"
44
name = "googleapis.gmail"
5-
version = "3.1.0"
5+
version = "3.4.0"
66
authors = ["Ballerina"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
88
keywords = ["Communication/Email", "Cost/Free", "Vendor/Google"]

0 commit comments

Comments
 (0)