Incorrect instructions for testing issue forks in README
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3398680. --> Reported by: [star-szr](https://www.drupal.org/user/1167326) Related to !80 !73 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>README describes how to test using a branch/MR of this repo which is great, but the instructions are slightly inaccurate for issue forks:</p> <blockquote><p>(e.g. <code>project/gitlab_templates</code> or <code>project/gitlab_templates-nnnnnnn</code> for an issue fork)</p></blockquote> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Take an issue fork such as <a href="https://git.drupalcode.org/issue/gitlab_templates-3375359/-/tree/3375359-nightwatch">https://git.drupalcode.org/issue/gitlab_templates-3375359/-/tree/3375359-nightwatch</a></li> <li>In your GitLab project, navigate to Settings &gt; CI/CD &gt; Variables</li> <li>Override as described in the README:<br> <code>_GITLAB_TEMPLATES_REF</code> = <code>3375359-nightwatch</code><br> <code>_GITLAB_TEMPLATES_REPO</code> = <code>project/gitlab_templates-3375359</code> </li> </ol> <p>The result is a failure as can be seen here: <a href="https://git.drupalcode.org/project/ckeditor5_paste_filter/-/pipelines/43281">https://git.drupalcode.org/project/ckeditor5_paste_filter/-/pipelines/43281</a></p> <blockquote><p>Project `project/gitlab_templates-3375359` not found or access denied! Make sure any includes in the pipeline configuration are correctly defined.</p></blockquote> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update the README - it should say to use issue/gitlab_templates-nnnnnnn for issue forks.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ol> <li>Submit merge request</li> <li>Code review</li> <li>Merge and celebrate</li> </ol> <h3 id="summary-ui-changes">User interface changes</h3> <p>n/a</p> <h3 id="summary-api-changes">API changes</h3> <p>n/a</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>n/a</p> > Related issue: [Issue #3375359](https://www.drupal.org/node/3375359) > Related issue: [Issue #3357870](https://www.drupal.org/node/3357870)
issue