Skip to content

Commit 86a6d67

Browse files
committed
Update alphagov references to govuk-forms
We have transferred all repos to govuk-forms
1 parent ac6fc73 commit 86a6d67

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

.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-runner

.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-runner

.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-components", "~> 6"
4949
gem "govuk_design_system_formbuilder", "~> 6"
5050

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

5454
# For compiling our frontend assets
5555
gem "vite_rails"

README.md

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

33
GOV.UK Forms is a service for creating forms. GOV.UK Forms Runner is a an application which displays those forms to end users so that they can be filled in. It's a Ruby on Rails application without a database. It uses Redis for state.
44

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

2222
```bash
2323
# 1. Clone the git repository and change directory to the new folder
24-
git clone git@github.com:alphagov/forms-runner.git
24+
git clone git@github.com:govuk-forms/forms-runner.git
2525
cd forms-runner
2626

2727
# 2. Run the setup script
@@ -47,7 +47,7 @@ or run the rails server:
4747
npm run dev
4848
```
4949

50-
You will also need to run the [forms-admin service](https://github.com/alphagov/forms-admin), as this app needs the API to create and access forms.
50+
You will also need to run the [forms-admin service](https://github.com/govuk-forms/forms-admin), as this app needs the API to create and access forms.
5151

5252
#### Getting AWS credentials
5353

@@ -261,7 +261,7 @@ If the jobs you need to test interact with AWS, follow the instructions for [Get
261261

262262
The forms-runner app is containerised (see [Dockerfile](Dockerfile)) and can be deployed in the same way you'd normally deploy a containerised app.
263263

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

266266
### Logging
267267

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

273273
### Updating Docker files
274274

275-
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)
275+
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)
276276

277277
[Alpine Linux]: https://www.alpinelinux.org/
278278

lib/tasks/deploy.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace :pipeline do
1414
puts "Will use Git commit: #{git_hash}"
1515
puts "Checking commit has been pushed..."
1616

17-
resp = Net::HTTP.get_response URI("https://api.github.com/repos/alphagov/forms-runner/commits/#{git_hash}")
17+
resp = Net::HTTP.get_response URI("https://api.github.com/repos/govuk-forms/forms-runner/commits/#{git_hash}")
1818
if resp.code != "200"
1919
puts "Commit has not been pushed. The pipelines will not be able to find it."
2020
puts "Push the commit and run the command again."

0 commit comments

Comments
 (0)