Problem/Motivation
There's no .gitlab-ci.yml file for this project, so automated builds and tests are no longer running.
Steps to reproduce
Proposed resolution
Add .gitlab-ci.yml
Add composer.json so we can directly require the correct version of group for each branch.
Pin the versions of core we support in each branch.
Fix the build jobs (cspell, phpcs and phpstan are all currently failing -- see https://git.drupalcode.org/issue/group_notify-3287818/-/pipelines/659266)
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork group_notify-3557728
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3557728-add-gitlab-ci
changes, plain diff MR !4
- 3557728-add-gitlab-ci-2x
changes, plain diff MR !5
Comments
Comment #8
dwwMerged to both branches. Huzzah! Onward...