Skip to content

Commit 14e834b

Browse files
authored
Merge pull request #2670 from govuk-forms/transfer-alphagov-to-govuk-forms
Update alphagov references to govuk-forms
2 parents a9f24be + 53d92e4 commit 14e834b

11 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
types: [checks_requested]
99
jobs:
1010
build-image:
11-
uses: alphagov/forms-deploy/.github/workflows/reusable-build-image.yml@main
11+
uses: govuk-forms/forms-deploy/.github/workflows/reusable-build-image.yml@main

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
lint-workflows:
12-
uses: alphagov/forms-deploy/.github/workflows/reusable-lint-workflows.yml@main
12+
uses: govuk-forms/forms-deploy/.github/workflows/reusable-lint-workflows.yml@main

.github/workflows/require-pinned-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
jobs:
99
check-actions-sha:
1010
name: Check actions are pinned to SHAs
11-
uses: alphagov/forms-deploy/.github/workflows/require-pinned-github-actions.yml@main
11+
uses: govuk-forms/forms-deploy/.github/workflows/require-pinned-github-actions.yml@main

.github/workflows/review_apps_on_pr_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ permissions:
1515
jobs:
1616
update-review-app:
1717
name: Update review app
18-
uses: alphagov/forms-deploy/.github/workflows/reusable-review_apps_on_pr_change.yml@main
18+
uses: govuk-forms/forms-deploy/.github/workflows/reusable-review_apps_on_pr_change.yml@main
1919
with:
2020
app-name: forms-admin

.github/workflows/review_apps_on_pr_close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ permissions:
1515
jobs:
1616
delete-review-app:
1717
name: Delete review app
18-
uses: alphagov/forms-deploy/.github/workflows/reusable-review_apps_on_pr_close.yml@main
18+
uses: govuk-forms/forms-deploy/.github/workflows/reusable-review_apps_on_pr_close.yml@main
1919
with:
2020
app-name: forms-admin

.github/workflows/trello_poster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened, edited]
55
jobs:
66
trello-poster:
7-
uses: alphagov/forms-deploy/.github/workflows/trello-poster.yml@main
7+
uses: govuk-forms/forms-deploy/.github/workflows/trello-poster.yml@main
88
secrets:
99
TRELLO_API_TOKEN: ${{ secrets.TRELLO_API_TOKEN }}
1010
TRELLO_API_KEY: ${{ secrets.TRELLO_API_KEY }}

.review_apps/site.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ provider "aws" {
2828
default_tags {
2929
tags = {
3030
Environment = "review"
31-
Deployment = "github.com/alphagov/forms-admin/.review_apps"
32-
PullRequest = "https://github.com/alphagov/forms-admin/pull/${var.pull_request_number}"
31+
Deployment = "github.com/govuk-forms/forms-admin/.review_apps"
32+
PullRequest = "https://github.com/govuk-forms/forms-admin/pull/${var.pull_request_number}"
3333
}
3434
}
3535
}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gem "govuk_design_system_formbuilder", "~> 6"
4949
gem "dfe-autocomplete", require: "dfe/autocomplete", github: "DFE-Digital/dfe-autocomplete", ref: "1d4cc65039e11cc3ba9e7217a719b8128d0e4d53"
5050

5151
# Our own custom markdown renderer
52-
gem "govuk-forms-markdown", require: "govuk_forms_markdown", github: "alphagov/govuk-forms-markdown", tag: "0.8.0"
52+
gem "govuk-forms-markdown", require: "govuk_forms_markdown", github: "govuk-forms/govuk-forms-markdown", tag: "0.8.0"
5353

5454
# For structured logging
5555
gem "lograge"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
view_component
1212

1313
GIT
14-
remote: https://github.com/alphagov/govuk-forms-markdown.git
14+
remote: https://github.com/govuk-forms/govuk-forms-markdown.git
1515
revision: 62bcbf4390aa4998390c1390debcbf250aa90ec0
1616
tag: 0.8.0
1717
specs:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GOV.UK Forms Admin [![Tests](https://github.com/alphagov/forms-admin/actions/workflows/test.yml/badge.svg)](https://github.com/alphagov/forms-admin/actions/workflows/test.yml)
1+
# GOV.UK Forms Admin [![Tests](https://github.com/govuk-forms/forms-admin/actions/workflows/test.yml/badge.svg)](https://github.com/govuk-forms/forms-admin/actions/workflows/test.yml)
22

33
GOV.UK Forms is a service for creating forms. GOV.UK Forms Admin is a an application to handle the administration, design and publishing of those forms. It's a Ruby on Rails application built on a PostgreSQL database.
44

@@ -22,7 +22,7 @@ We recommend using a version manager to install and manage these, such as:
2222

2323
```bash
2424
# 1. Clone the git repository and change directory to the new folder
25-
git clone git@github.com:alphagov/forms-admin.git
25+
git clone git@github.com:govuk-forms/forms-admin.git
2626
cd forms-admin
2727

2828
# 2. Run the setup script
@@ -242,7 +242,7 @@ If you want to deliberately raise an exception to test, uncomment out the trigge
242242

243243
The forms-admin app is containerised (see [Dockerfile](Dockerfile)) and can be deployed however you would normally deploy a containerised app.
244244

245-
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki, if you have access](https://github.com/alphagov/forms-team/wiki/Deploying-code-changes-in-AWS).
245+
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki, if you have access](https://github.com/govuk-forms/forms-team/wiki/Deploying-code-changes-in-AWS).
246246

247247
### Logging
248248

@@ -252,7 +252,7 @@ We host our apps using Amazon Web Services (AWS). You can [read about how deploy
252252

253253
### Updating Docker files
254254

255-
To update the version of [Alpine Linux] and Ruby used in the Dockerfile, use the [update_app_versions.sh script in forms-deploy](https://github.com/alphagov/forms-deploy/blob/main/support/update_app_versions.sh)
255+
To update the version of [Alpine Linux] and Ruby used in the Dockerfile, use the [update_app_versions.sh script in forms-deploy](https://github.com/govuk-forms/forms-deploy/blob/main/support/update_app_versions.sh)
256256

257257
[Alpine Linux]: https://www.alpinelinux.org/
258258

0 commit comments

Comments
 (0)