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