-
Notifications
You must be signed in to change notification settings - Fork 70
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
ci: add a new workflow to validate pr title #312
Conversation
Maybe add it in |
I thought about it yeah, but we need to change the name |
There is a file named |
No, there are 2 jobs, set-labelers and assigner but the name of the workflow is |
* ci: add a new workflow to validate pr title * refactor: edit `pull_request_opened` workflow to add "valide PR title" check * refactor: remove previous workflow for pr title * refactor: a small change on the name of each job
* Delete .github/dependabot.yml * Update push_nuget.yml * Update dev.yml * ci: add a new workflow to validate pr title (#312) * ci: add a new workflow to validate pr title * refactor: edit `pull_request_opened` workflow to add "valide PR title" check * refactor: remove previous workflow for pr title * refactor: a small change on the name of each job * refactor: missing branches target * XMAS NW_documentation * Update Chamber.cs * Update Exiled.API.csproj * Update EXILED/Exiled.API/Exiled.API.csproj Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com> * Update Chamber.cs * Update Locker.cs * Update Locker.cs * Oops * Update Locker.cs * Update Locker.cs --------- Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Co-authored-by: Bolton <48883340+BoltonDev@users.noreply.github.com> Co-authored-by: Yamato <louismonneyron5@yahoo.com> Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
New workflow to enforce PR title following these conventions: https://www.conventionalcommits.org/en/v1.0.0.