We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if
1 parent 486e571 commit 2fbf1a9Copy full SHA for 2fbf1a9
server.rb
@@ -208,7 +208,7 @@ def take_requested_action
208
repository = @payload['repository']['name']
209
head_branch = @payload['check_run']['check_suite']['head_branch']
210
211
- if(@payload['requested_action']['identifier'] == 'fix_rubocop_notices')
+ if (@payload['requested_action']['identifier'] == 'fix_rubocop_notices')
212
clone_repository(full_repo_name, repository, head_branch)
213
214
# Sets your commit username and email address
0 commit comments