Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcc4ccd

Browse files
authored
ci: increase invalid theme close time (anuraghazra#2210)
This commits increases the theme invalid close time to 20 days.
1 parent1d10912 commitdcc4ccd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/stale-theme-pr-closer.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626

2727
-run:npm run close-stale-theme-prs
2828
env:
29-
STALE_DAYS:15
29+
STALE_DAYS:20
3030
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}

‎scripts/close-stale-theme-prs.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const run = async () => {
127127
try{
128128
// Create octokit client.
129129
constdryRun=process.env.DRY_RUN==="true"||false;
130-
conststaleDays=process.env.STALE_DAYS||15;
130+
conststaleDays=process.env.STALE_DAYS||20;
131131
debug("Creating octokit client...");
132132
constoctokit=github.getOctokit(getGithubToken());
133133
const{ owner, repo}=getRepoInfo(github.context);

‎scripts/preview-theme.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const THEME_PR_SUCCESS_TEXT =
2424
":heavy_check_mark: Theme PR does adhere to our guidelines.";
2525
constFAIL_TEXT=`
2626
\rUnfortunately, your theme PR contains an error or does not adhere to our [theme guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution). Please fix the issues below, and we will review your\
27-
\r PR again. This pull request will **automatically close in15 days** if no changes are made. After this time, you must re-open the PR for it to be reviewed.
27+
\r PR again. This pull request will **automatically close in20 days** if no changes are made. After this time, you must re-open the PR for it to be reviewed.
2828
`;
2929
constTHEME_CONTRIB_GUIDELINESS=`
3030
\rHi, thanks for the theme contribution. Please read our theme [contribution guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp