Incorrect instructions for testing issue forks in README
Problem/Motivation
README describes how to test using a branch/MR of this repo which is great, but the instructions are slightly inaccurate for issue forks:
(e.g.
project/gitlab_templatesorproject/gitlab_templates-nnnnnnnfor an issue fork)
Steps to reproduce
- Take an issue fork such as https://git.drupalcode.org/issue/gitlab_templates-3375359/-/tree/3375359-nightwatch
- In your GitLab project, navigate to Settings > CI/CD > Variables
- Override as described in the README:
_GITLAB_TEMPLATES_REF=3375359-nightwatch
_GITLAB_TEMPLATES_REPO=project/gitlab_templates-3375359
The result is a failure as can be seen here: https://git.drupalcode.org/project/ckeditor5_paste_filter/-/pipelines/43281
Project `project/gitlab_templates-3375359` not found or access denied! Make sure any includes in the pipeline configuration are correctly defined.
Proposed resolution
Update the README - it should say to use issue/gitlab_templates-nnnnnnn for issue forks.
Remaining tasks
- Submit merge request
- Code review
- Merge and celebrate
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Related issue: Issue #3375359
Related issue: Issue #3357870
Edited by drupalbot