Skip to content

Commit 7ca74d9

Browse files
committed
🔖 Release v1.7.1 [skip ci]
1 parent ec2d589 commit 7ca74d9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [v1.7.1] - 2021-05-31
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.7.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.7.0...v1.7.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.7.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.7.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.7.1.tar.gz))
4+
5+
### Updates
6+
7+
- [`cee8520`](https://github.com/betahuhn/repo-file-sync-action/commit/cee8520) Throttle requests when hitting rate limit, fixes #49
8+
(Issues: [`#49`](https://github.com/betahuhn/repo-file-sync-action/issues/49))- [`ec2d589`](https://github.com/betahuhn/repo-file-sync-action/commit/ec2d589) Combine GitHub and Git into one class
9+
10+
### Bug fixes
11+
12+
- [`04ec06a`](https://github.com/betahuhn/repo-file-sync-action/commit/04ec06a) Return rest api from octokit
13+
14+
### Dependency updates
15+
16+
- [`060be53`](https://github.com/betahuhn/repo-file-sync-action/commit/060be53) Update dependencies
17+
- [`228eceb`](https://github.com/betahuhn/repo-file-sync-action/commit/228eceb) Use latest @actions/github version
18+
119
## [v1.7.0] - 2021-05-21
220

321
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.7.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.6.0...v1.7.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.7.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.7.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.7.0.tar.gz))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-file-sync-action",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)