Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 8f105cd

Browse files
author
ABaldwinHunter
committed
bump version. add comment about oauth_token to script, and add necessary key to payload
1 parent adc1369 commit 8f105cd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

lib/cc/services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CC
22
module Services
3-
VERSION = "0.1.0"
3+
VERSION = "0.2.0"
44
end
55
end

pull_request_test.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
#
77
# $ OAUTH_TOKEN="..." bundle exec ruby pull_request_test.rb
88
#
9+
# OAUTH_TOKEN: Personal GitHub access token
10+
#
11+
# GitHub >
12+
# Account settings >
13+
# Applications >
14+
# Personal access tokens >
15+
# Generate new token
16+
#
917
###
1018
require 'cc/services'
1119
CC::Service.load_services
@@ -29,6 +37,7 @@ def call
2937
# https://github.com/codeclimate/nillson/pull/33
3038
state: "success",
3139
github_slug: "codeclimate/nillson",
40+
issue_comparison_counts: {"new" => 0, "fixed" => 0},
3241
number: 33,
3342
commit_sha: "986ec903b8420f4e8c8d696d8950f7bd0667ff0c"
3443
})

0 commit comments

Comments
 (0)