Skip to content

Commit ecd8171

Browse files
committed
Update message in issue creation
1 parent b3f5f21 commit ecd8171

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sync_extra_features_e2e.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ jobs:
9999
const issueBody = `
100100
## 🚨 Automatic Sync Failed - Merge Conflicts Detected
101101
102-
The automatic sync from \`develop\` to \`extra-features-e2e-branch\` failed due to merge conflicts.
102+
Some features in PWA kit are defaulted to be off in \`develop\` branch (e.g. if they only work with private client).
103+
Hence there is another site that has these features enabled that E2E tests of these extra features are run against.
104+
The \`extra-features-e2e-branch\` is used for this site.
105+
106+
A job is run nightly to sync \`develop\` to \`extra-features-e2e-branch\` branch, but today this automatic sync from \`develop\` to \`extra-features-e2e-branch\` failed due to merge conflicts.
103107
104108
### Conflicting Files:
105109
\`\`\`
@@ -133,7 +137,7 @@ jobs:
133137
await github.rest.issues.create({
134138
owner: context.repo.owner,
135139
repo: context.repo.repo,
136-
title: '🚨 E2E Branch Sync Conflict - Manual Resolution Required',
140+
title: '🚨 Extra Features E2E Branch Sync Conflict - Manual Resolution Required',
137141
body: issueBody,
138142
labels: ['sync-conflict', 'automation']
139143
});

0 commit comments

Comments
 (0)