-
Notifications
You must be signed in to change notification settings - Fork 24
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
Revert "Use create-pull-request v2 (#164)" #167
Conversation
With create-pull-request v2, pkg-update.yml fails with message Working base branch 'create-pull-request/pkg-update' was created by this action. See, e.g., https://github.com/tkf/Transducers.jl/commit/f355ead83998dc51359a3df695dde1b3aa3ad13c/checks?check_suite_id=407542139#step:8:46 It looks like this check is added in v2: peter-evans/create-pull-request@b7565b8#diff-574590219ffa8e6059b434d8f8a5273cR87-R95 Let's keep using v1 for now. This reverts commit f355ead.
See also: JuliaFolds/Transducers.jl#167 This reverts commit 1f2c90b.
Codecov Report
@@ Coverage Diff @@
## master #167 +/- ##
==========================================
- Coverage 93.84% 93.67% -0.17%
==========================================
Files 19 19
Lines 1250 1264 +14
==========================================
+ Hits 1173 1184 +11
- Misses 77 80 +3
Continue to review full report at Codecov.
|
Benchmark resultJudge resultBenchmark Report for /home/runner/work/Transducers.jl/Transducers.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/Transducers.jl/Transducers.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/Transducers.jl/Transducers.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
|
See also: JuliaFolds/Transducers.jl#167 This reverts commit 1f2c90b.
With create-pull-request v2, pkg-update.yml fails with message
See, e.g.,
https://github.com/tkf/Transducers.jl/commit/f355ead83998dc51359a3df695dde1b3aa3ad13c/checks?check_suite_id=407542139#step:8:46
It looks like this check is added in v2:
peter-evans/create-pull-request@b7565b8#diff-574590219ffa8e6059b434d8f8a5273cR87-R95
Let's keep using v1 for now.
This reverts commit f355ead.