File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ cd timescaledb
99
99
request, either mention them (preferably by GitHub name) in the PR's
100
100
body or [ assign them as a reviewer] ( https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users/ ) .
101
101
102
- * If you get a test failure in the CI, check them under [ Github Actions] ( https://github.com/timescale/timescaledb/actions )
102
+ * If there is a test failure in the CI, check the failing GitHub Actions under [ Github Actions] ( https://github.com/timescale/timescaledb/actions ) .
103
103
104
104
* Address feedback by amending your commit(s). If your change contains
105
105
multiple commits, address each piece of feedback by amending that
@@ -132,7 +132,7 @@ cd build && make
132
132
make installcheck
133
133
```
134
134
135
- All submitted pull requests are also automatically
135
+ All submitted pull requests are also automatically automatically
136
136
run against our test suite via [ Github Actions] ( https://github.com/timescale/timescaledb/actions )
137
137
(that link shows the latest build status of the repository).
138
138
You can’t perform that action at this time.
0 commit comments