-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
GitHub Actions cleanups #24620
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
GitHub Actions cleanups #24620
Conversation
- Remove actions name where command is descriptive enough - Use kebab-case instead of snake-case for step names - Use shorter job names because to make PR checks more readable
Could maybe even go shorter and lowercase for workflow name, so
could become
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning things up. I've made a few notes, mainly about things that I have second thoughts about if I should've changed for my original PR, but none of the comments are blockers for me.
One TODO: |
All resolved, so should be ready. |
Thanks <3 |
Might have to admin-merge this because it shows the old workflow names in the checks list, forever "waiting". |
yup, once this gets a second +1 then I'll (or another TOC member) adjust branch protection rules for the new names :) |
Restored the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Way cleaner, I like this
* upstream/main: GitHub Actions cleanups (go-gitea#24620) Fix issues list page multiple selection update milestones (go-gitea#24660) Make repo migration cancelable and fix various bugs (go-gitea#24605) Improve queue & process & stacktrace (go-gitea#24636) Fix missing badges in org settings page (go-gitea#24654) Only show one tippy at a time (go-gitea#24648) Reenable creating default webhooks. (go-gitea#24626) Kd/fix redis unit test (go-gitea#24650)
checks-backend