Skip to content

Conversation

@k-doering-NOAA
Copy link
Contributor

Hello, this repository depends on ghactions4r. The ghactions4r repository will be moving from https://github.com/nmfs-fish-tools/ghactions4r to https://github.com/nmfs-ost/ghactions4r on May 16, 2025 between 9 am and 12 pm pacific. When the move happens, all GitHub actions workflows that reference a ghactions4r workflow will break.

To keep actions from breaking, please take a look at your github action YAML files (located under .github/workflows in your repository) and change any references of nmfs-fish-tools/ghactions4r (the old organization) to nmfs-ost/ghactions4r (the new organization) between now and May 16. This has been done for you in this pull request, so it can simply be merged in.

If you would like to make the changes yourself, the global replace tool in Rstudio or the search across files functionality in vs code can help you quickly find all instances of nmfs-fish-tools/ghactions4r and replace them with nmfs-ost/ghactions4r.

For example, someone using the call-spell-check.yml file would change the line

    uses: nmfs-fish-tools/ghactions4r/.github/workflows/spell-check.yml@main

to

    uses: nmfs-ost/ghactions4r/.github/workflows/spell-check.yml@main

Please reach out if you have any questions.

@kellijohnson-NOAA kellijohnson-NOAA merged commit 0cad773 into main May 1, 2025
1 of 4 checks passed
@kellijohnson-NOAA kellijohnson-NOAA deleted the update-ghactions4r branch May 1, 2025 15:31
@kellijohnson-NOAA
Copy link
Collaborator

The failed tests were not the fault of this change so merging in now. Thank you @k-doering-NOAA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants