Skip to content
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

Fix checking target branch and label name. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

M-Yamashita01
Copy link

We found that it is not raised error from merge-branch action when target_branch and label_name are empty strings.

When we set empty strings to the target_branch in yaml file and executed GitHub Actions in the personal repository, the Actions failed.
https://github.com/M-Yamashita01/RubySample/runs/4042641757?check_suite_focus=true

And when we set empty strings to the label_name in yaml file and executed GitHub Actions, the error should have been raised, but the Actions passed it by mistake.
https://github.com/M-Yamashita01/RubySample/runs/4051426151?check_suite_focus=true

Therefore, we fixed them and added rspec gem and tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant