Skip to content

Commit e210fb9

Browse files
mikereiddigitalmarkgov
authored andcommitted
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.
1 parent 96baa59 commit e210fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/runbooks/useful-scripts.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The scripts prefixed `git-` are for running common `git` commands as part of CI/
2828
| Filename | Description | Used in CI/CD? |
2929
| ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
3030
| [`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) |
3333
| [`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) |
3434
| [`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) |
3535

0 commit comments

Comments
 (0)