Skip to content

Commit d2a62b0

Browse files
authored
Merge pull request #329 from ropensci-review-tools/ci-info
fix info-ci; closes #328
2 parents aff081a + 0b53bf0 commit d2a62b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgcheck
22
Title: rOpenSci Package Checks
3-
Version: 0.1.2.240
3+
Version: 0.1.2.241
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

R/info-ci.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ ci_results_gh <- function (path) {
187187
} else {
188188
# These lines can not be tested:
189189
body <- httr2::request (url) |>
190+
httr2::req_url_query (event = "push") |>
190191
httr2::req_perform ()
191192
runs <- httr2::resp_body_json (body, simplify = TRUE)
192193
}

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.240",
11+
"version": "0.1.2.241",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)