Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Github Actions to point to a remote workflow instead of a local one, allowing for multiple repos that require the same workflow to be updated simultaneously if required.
Note that this update will require changes to the status checks of the current ruleset. Specifically, this PR will not be allowed to merge without overriding the ruleset because this PR is not using the original workflow, and as such the status checks will not be run.
This can be merged successfully by modifying the ruleset to require the new remote workflow actions and removing the original workflow actions, updating the status checks so that it can be merged. However, this could mess up the currently active PRs, because if new commits are pushed to those branches the original workflow will still run (because that is what is saved in the branch), and as such the status checks would fail to run.
Two ways to move forward:
Note that these two approaches can be combined; for example, if two open PRs are ready to be merged, merge them now with the old status checks, then update the ruleset and merge this PR, then rebase the remaining PRs. This is useful if some open PRs will need new commits.