-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename action directory and delete unused actions #11367
Conversation
/backport to release/dev17.13 |
Started backporting to release/dev17.13: https://github.com/dotnet/razor/actions/runs/12678067676 |
@dibarbet backporting to release/dev17.13 failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: fix folder name
error: mode change for .github/workflow/backport.yml, which is not in current HEAD
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 fix folder name
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
/backport to release/dev17.13 |
Started backporting to release/dev17.13: https://github.com/dotnet/razor/actions/runs/12678119540 |
@dibarbet backporting to release/dev17.13 failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: fix folder name
error: mode change for .github/workflow/backport.yml, which is not in current HEAD
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 fix folder name
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
The folder was named "workflow" which doesn't get picked up by github actions (needs to be workflows)
I also deleted the unused actions to prevent them from running now that we've turned on actions