Skip to content

Commit 632e50a

Browse files
committed
Merge branch 'release/1.8.2'
2 parents be4b5a4 + 6df8db5 commit 632e50a

28 files changed

+1493
-995
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ aliases:
2525
# Generate a separate SSH key for a user who has push permissions to
2626
# $DREVOPS_DEPLOY_ARTIFACT_GIT_REMOTE repo with `ssh-keygen -m PEM -t rsa -C "[email protected]"
2727
# command and add private key under "SSH Permissions" in CircleCI UI.
28-
- &deploy_ssh_fingerprint "bc:87:4a:74:cf:e0:02:4e:34:aa:16:b5:c3:6f:89:cd"
28+
- &deploy_ssh_fingerprint "62:69:fb:89:f9:20:e2:24:dd:bd:47:7d:a0:2c:d8:38"
2929

3030
# SSH key fingerprint to deploy code to civictheme at Drupal.org.
31-
- &deploy_ssh_fingerprint1 "3d:ac:b0:f2:1b:8f:19:16:f2:98:e9:3d:53:2a:77:67"
31+
- &deploy_ssh_fingerprint1 "fb:3d:43:5a:fe:77:5e:82:e3:c2:2a:d0:a5:02:b4:b1"
3232

3333
# SSH key fingerprint to deploy code to civictheme_govcms.
34-
- &deploy_ssh_fingerprint2 "a9:33:24:68:20:f9:91:24:b8:38:c5:f3:b6:4b:34:5d"
34+
- &deploy_ssh_fingerprint2 "77:a4:7a:c3:af:38:f6:2e:80:71:6b:a6:7e:2b:86:8a"
3535

3636
# SSH key fingerprint to deploy code to civictheme_content.
37-
- &deploy_ssh_fingerprint3 "a3:41:d1:47:85:4c:5d:12:9c:4c:1f:a2:67:d3:a5:3f"
37+
- &deploy_ssh_fingerprint3 "68:3c:13:25:00:1e:5e:2e:f5:a2:1c:db:ea:f3:99:71"
3838

3939
# SSH key fingerprint to deploy code to civictheme_admin.
40-
- &deploy_ssh_fingerprint4 "ab:76:65:9f:76:02:c2:b9:2a:bc:81:db:a0:c6:37:59"
40+
- &deploy_ssh_fingerprint4 "a8:5e:36:41:cb:b7:f8:ec:69:ba:c6:f4:83:c5:40:3d"
4141

4242
# SSH key fingerprint to mirror code.
43-
- &git_mirror_ssh_fingerprint "88:48:44:13:07:7a:a7:da:8c:fb:5e:a7:62:45:73:c4"
43+
- &git_mirror_ssh_fingerprint "3c:ff:01:e7:02:01:cd:96:ff:cf:43:ea:38:19:72:39"
4444

4545
#-----------------------------------------------------------------------------
4646
# Optional variables.
@@ -295,7 +295,7 @@ jobs:
295295
docker:
296296
- image: cimg/php:8.2-browsers
297297
environment:
298-
DRUPAL_VERSION: 10.1
298+
DRUPAL_VERSION: 10.2
299299
DRUPAL_PROJECT_SHA: 10.x
300300
<<: *job-build-isolated
301301

@@ -304,7 +304,7 @@ jobs:
304304
docker:
305305
- image: cimg/php:8.2-browsers
306306
environment:
307-
DRUPAL_VERSION: 10.1
307+
DRUPAL_VERSION: 10.2
308308
DRUPAL_PROJECT_SHA: 10.x
309309
<<: *job-build-isolated
310310

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Checklist before requesting a review
22

3-
- [ ] I have formatted the subject to include ticket number as `[CS-123] Verb in past tense with dot at the end.`
3+
- [ ] I have formatted the subject to include ticket number as `Issue #123456 by drupal_org_username: Issue title`
44
- [ ] I have added a link to the issue tracker
55
- [ ] I have provided information in `Changed` section about WHY something was done if this was not a normal implementation
66
- [ ] I have performed a self-review of my code

0 commit comments

Comments
 (0)