Merge pull request #155 from 2014CAIS01/master

feat: use github-actions bot as the committer
This commit is contained in:
Anmol Pratap Singh
2020-12-30 17:06:31 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
loc.py
View File

@@ -96,7 +96,7 @@ class LinesOfCode:
def pushChart(self):
repo = self.g.get_repo(f"{self.username}/{self.username}")
committer = InputGitAuthor('readme-bot', 'readme-bot@example.com')
committer = InputGitAuthor('readme-bot', '41898282+github-actions[bot]@users.noreply.github.com')
with open('bar_graph.png', 'rb') as input_file:
data = input_file.read()
try:

View File

@@ -498,7 +498,7 @@ if __name__ == '__main__':
star_me()
rdmd = decode_readme(contents.content)
new_readme = generate_new_readme(stats=waka_stats, readme=rdmd)
committer = InputGitAuthor('readme-bot', 'readme-bot@example.com')
committer = InputGitAuthor('readme-bot', '41898282+github-actions[bot]@users.noreply.github.com')
if new_readme != rdmd:
try:
repo.update_file(path=contents.path, message='Updated with Dev Metrics',