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
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
162
+
163
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${{ inputs.FEATURE_FLAGS === '{}' ? 'all feature flags disabled.': '\n\n<details><summary><div>The following flags enabled:</div></summary>```json\n${{inputs.FEATURE_FLAGS}}```'}
164
+
165
+
❌ Unfortunately, one or more of these BIT tests failed. 😞
166
+
167
+
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
168
+
169
+
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
161
161
162
162
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
163
163
164
-
❌ Unfortunately, one or more of the BIT tests failed. 😞
164
+
❌ Unfortunately, one or more of these BIT tests failed. 😞
165
165
166
166
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
167
167
@@ -174,20 +174,18 @@ jobs:
174
174
body: message
175
175
});
176
176
177
-
- name: Communicate BIT failure on originating issue
177
+
- name: Communicate BIT success on originating issue
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
185
185
186
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
187
-
188
-
✅ Fortunately, these BIT tests have passed! 🎉
186
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
189
187
190
-
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
188
+
✅ Fortunately, [these BIT tests have passed](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId})! 🎉
0 commit comments