-
Notifications
You must be signed in to change notification settings - Fork 0
Create ci.yml #27
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
Create ci.yml #27
Conversation
Create a ci pipeline for master branch Signed-off-by: Selahattin <98191442+SelahattinSert@users.noreply.github.com>
| on: | ||
| push: | ||
| branches: | ||
| - master |
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.
test comment
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.
you did not add the branch policy for the comments @SelahattinSert
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.
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.
The system should also prevent merging if the pull request has not been approved. @SelahattinSert
|
Can i merge? @ozgen |
ozgen
left a comment
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.
please add branch policy for the comments too @SelahattinSert
ofcourse not, did you check the acceptance criteria? @SelahattinSert |
|
firstly i tried to add ruleset but then i couldn't see anything for required checks then i thought the |
|
can you read these? @SelahattinSert |
|
I guess i did it. If anything is wrong please inform me @ozgen |
| run: mvn -B package --file pom.xml | ||
|
|
||
| - name: Run tests | ||
| run: mvn clean test |
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.
|
Should i move my work into an organization, because i already added other branch protection rules beforehand. |
ohh i see now, you can merge this PR and close the issue @SelahattinSert |



Create a ci pipeline for master branch