Skip to content

Commit 483ce26

Browse files
authored
Merge pull request #44 from gofri/gofri/fix-message
minor fixes to contribution notes
2 parents b613192 + c844947 commit 483ce26

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/contribution.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
script: |
2222
const issue_number = context.payload.issue ? context.payload.issue.number : context.payload.pull_request.number;
2323
const repo = context.repo;
24-
const message = `I am maintaining this repository as a side thing, so my availability varies with time.
25-
26-
No coffee expected, but please leave a star if you find this repository useful :)
27-
24+
const message = `Thank you for your contribution!
25+
I am maintaining this repository as a side thing, so my availability varies with time.
26+
No coffee is expected, but please leave a star if you find this repository useful :)
2827
Please feel free to ping this issue/PR if I don't respond for a while.`;
2928
3029
github.rest.issues.createComment({

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ I'd be glad to help and add documetation per need.
117117
This package is distributed under the MIT license found in the LICENSE file.
118118

119119
## Contribution
120-
Contribution and feedback is welcome.
120+
Contribution and feedback is welcome.
121121
I'm trying to drink less coffee so don't buy me one, but please do star this repository if you find it useful.
122122

123123
[![Star History Chart](https://api.star-history.com/svg?repos=gofri/go-github-ratelimit&type=Date)](https://www.star-history.com/#gofri/go-github-ratelimit&Date)

0 commit comments

Comments
 (0)