Skip to content

Commit 8b37705

Browse files
Merge branch 'release/5.240.0'
2 parents 9b6684a + 440c2d1 commit 8b37705

File tree

215 files changed

+6731
-1477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+6731
-1477
lines changed

.github/workflows/action-issue-opened.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Create Asana task
12-
uses: duckduckgo/native-github-asana-sync@v1.8
12+
uses: duckduckgo/native-github-asana-sync@v2.0
1313
with:
1414
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
1515
asana-project: '414730916066338'

.github/workflows/action-pr-merged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
add-pr-merged-comment:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: duckduckgo/native-github-asana-sync@v1.8
11+
- uses: duckduckgo/native-github-asana-sync@v2.0
1212
if: github.event.pull_request.merged
1313
with:
1414
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}

.github/workflows/action-pr-opened.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Add comment in Asana task
15-
uses: duckduckgo/native-github-asana-sync@v1.8
15+
uses: duckduckgo/native-github-asana-sync@v2.0
1616
with:
1717
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
1818
trigger-phrase: "Task/Issue URL:"

.github/workflows/action-pr-sync.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
sync:
2020
name: Sync Asana PR task
2121
runs-on: ubuntu-latest
22-
if: |
23-
contains(github.event.pull_request.labels.*.name, 'PR-task') &&
24-
github.actor != 'dependabot[bot]'
22+
if: github.actor != 'dependabot[bot]'
2523
steps:
2624
- uses: actions/checkout@v4
2725

.github/workflows/ads-end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
5656

5757
- name: ADS Preview Flows
58-
uses: mobile-dev-inc/[email protected].7
58+
uses: mobile-dev-inc/[email protected].8
5959
timeout-minutes: 120
6060
with:
6161
api-key: ${{ secrets.ROBIN_API_KEY }}

.github/workflows/custom-tabs-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
5656

5757
- name: Custom Tabs Flows
58-
uses: mobile-dev-inc/[email protected].7
58+
uses: mobile-dev-inc/[email protected].8
5959
timeout-minutes: 120
6060
with:
6161
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -70,7 +70,7 @@ jobs:
7070
- name: Create Asana task when workflow failed
7171
if: ${{ failure() }}
7272
id: create-failure-task
73-
uses: duckduckgo/native-github-asana-sync@v1.8
73+
uses: duckduckgo/native-github-asana-sync@v2.0
7474
with:
7575
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
7676
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}

.github/workflows/e2e-nightly-autofill.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
5656

5757
- name: Autofill Critical Path E2E Flows
58-
uses: mobile-dev-inc/[email protected].7
58+
uses: mobile-dev-inc/[email protected].8
5959
timeout-minutes: 120
6060
with:
6161
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -70,7 +70,7 @@ jobs:
7070
- name: Create Asana task when workflow failed
7171
if: ${{ failure() }}
7272
id: create-failure-task
73-
uses: duckduckgo/native-github-asana-sync@v1.8
73+
uses: duckduckgo/native-github-asana-sync@v2.0
7474
with:
7575
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
7676
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}

.github/workflows/end-to-end-robintest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
5656

5757
- name: Onboarding flows
58-
uses: mobile-dev-inc/[email protected].7
58+
uses: mobile-dev-inc/[email protected].8
5959
timeout-minutes: 120
6060
with:
6161
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -68,7 +68,7 @@ jobs:
6868
include-tags: onboardingTest
6969

7070
- name: Ad click detection flows
71-
uses: mobile-dev-inc/[email protected].7
71+
uses: mobile-dev-inc/[email protected].8
7272
timeout-minutes: 120
7373
with:
7474
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Privacy Tests
8484
if: always()
85-
uses: mobile-dev-inc/[email protected].7
85+
uses: mobile-dev-inc/[email protected].8
8686
timeout-minutes: 120
8787
with:
8888
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Security Tests
9898
if: always()
99-
uses: mobile-dev-inc/[email protected].7
99+
uses: mobile-dev-inc/[email protected].8
100100
timeout-minutes: 120
101101
with:
102102
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Release Tests
112112
if: always()
113-
uses: mobile-dev-inc/[email protected].7
113+
uses: mobile-dev-inc/[email protected].8
114114
timeout-minutes: 120
115115
with:
116116
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Notifications permissions Android 13+
126126
if: always()
127-
uses: mobile-dev-inc/[email protected].7
127+
uses: mobile-dev-inc/[email protected].8
128128
timeout-minutes: 120
129129
with:
130130
api-key: ${{ secrets.ROBIN_API_KEY }}

.github/workflows/privacy-dashboard-end-to-end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
5959

6060
- name: Ad click detection flows
61-
uses: mobile-dev-inc/[email protected].7
61+
uses: mobile-dev-inc/[email protected].8
6262
timeout-minutes: 120
6363
with:
6464
api-key: ${{ secrets.ROBIN_API_KEY }}
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Privacy Tests
7474
if: always()
75-
uses: mobile-dev-inc/[email protected].7
75+
uses: mobile-dev-inc/[email protected].8
7676
timeout-minutes: 120
7777
with:
7878
api-key: ${{ secrets.ROBIN_API_KEY }}

.github/workflows/ps-review-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "current_date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
7474

7575
- name: Sync Output to Asana
76-
uses: duckduckgo/native-github-asana-sync@v1.8
76+
uses: duckduckgo/native-github-asana-sync@v2.0
7777
with:
7878
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
7979
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}

0 commit comments

Comments
 (0)