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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@
4
4
5
5
Please confirm that this pull request has done the following:
6
6
7
-
-[ ] Data registry up to date (regenerate if necessary with a comment on this PR of `/regenerate`)
7
+
-[ ] Data registry up to date (regenerate if necessary via the [regenerate action](https://github.com/Climate-REF/ref-sample-data/actions/workflows/regenerate.yaml))
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ the hashes are generated on the CI and stored in the `registry.txt` file.
42
42
These hashes are verified as part of the CI pipeline to ensure that the data is consistent.
43
43
44
44
If the hashes in the `registry.txt` file are out of date,
45
-
you can regenerate the sample data by adding a comment to an open Pull Request with the text `/regenerate`.
46
-
This will trigger a [GitHub Actions workflow](https://github.com/CMIP-REF/ref-sample-data/actions/workflows/pr-comment.yaml)
47
-
that will regenerate the sample data and update the `registry.txt` file.
45
+
you can regenerate the sample data by manually running the [Regenerate workflow](https://github.com/Climate-REF/ref-sample-data/actions/workflows/regenerate.yaml).
46
+
This workflow will regenerate the sample data and update the `registry.txt` file with the updated hashes.
48
47
Be sure to pull the new commit if you need to add any additional changes to your pull request.
0 commit comments