Skip to content

Commit

Permalink
fix watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 25, 2023
1 parent 20b50ee commit 66d8368
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/parts/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"ssh_url": "${REPO_SSH_URL}",
"stargazers": ${REPO_STARGAZER_COUNT},
"stargazers_count": ${REPO_STARGAZER_COUNT},
"stargazers_url": "https://${GITHUB_API}/repos/${OWNER}/${REPO}/stargazers",
"statuses_url": "https://${GITHUB_API}/repos/${OWNER}/${REPO}/statuses/{sha}",
Expand All @@ -90,7 +89,7 @@
"url": "https://${GITHUB_API}/repos/${OWNER}/${REPO}",
"use_squash_pr_title_as_default": false,
"visibility": "${VISIBILITY}",
"watchers": ${REPO_WATCHERS_TOTAL_COUNT},
"watchers_count": ${REPO_WATCHERS_TOTAL_COUNT},
"watchers": ${REPO_STARGAZER_COUNT},
"watchers_count": ${REPO_STARGAZER_COUNT},
"web_commit_signoff_required": false
}

0 comments on commit 66d8368

Please sign in to comment.