You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amended runbook to fix examples of the use of git-commit and git-pull-requests to specific versions of the workflows given these will no longer be used as they do not support signed commits.
| [`git-setup.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/git-setup.sh) | Configures `git` with the [modernisation-platform-ci](https://github.com/modernisation-platform-ci) GitHub user | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/main/.github/workflows/new-environment-files.yml#L21) |
31
-
| [`git-commit.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/git-commit.sh) | Checks out a branch named `date-${epoch-time}` and commits files changed in the provided path | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/main/.github/workflows/new-environment-files.yml#L21) |
32
-
| [`git-pull-request.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/git-pull-request.sh) | Creates a pull request back to `main` from the current checked out branch | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/main/.github/workflows/new-environment-files.yml#L21) |
31
+
| [`git-commit.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/git-commit.sh) | Checks out a branch named `date-${epoch-time}` and commits files changed in the provided path | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/975a923bc38b69b26c560b78f80bcea8960c3034/.github/workflows/new-environment-files.yml#L30) |
32
+
| [`git-pull-request.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/git-pull-request.sh) | Creates a pull request back to `main` from the current checked out branch | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/975a923bc38b69b26c560b78f80bcea8960c3034/.github/workflows/new-member-environment-files.yml#L40) |
33
33
| [`update-pr-comments.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/update-pr-comments.sh) | Add a comment to a pull request | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/main/.github/workflows/core-vpc-development-deployment.yml#L57) |
34
34
| [`generate-dependatbot-file.sh`](https://github.com/ministryofjustice/modernisation-platform/blob/main/scripts/generate-dependabot-file.sh) | Keeps `dependabot.yml` up to date with module dependencies | ✅ [example](https://github.com/ministryofjustice/modernisation-platform/blob/main/.github/workflows/core-vpc-development-deployment.yml#L34) |
0 commit comments