forked from anuraghazra/github-readme-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from anuraghazra/master
Merge from upstream
- Loading branch information
Showing
58 changed files
with
10,133 additions
and
618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Close empty issues and templates | ||
on: | ||
issues: | ||
types: | ||
- reopened | ||
- opened | ||
- edited | ||
|
||
jobs: | ||
closeEmptyIssuesAndTemplates: | ||
name: Close empty issues | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 # NOTE: Retrieve issue templates. | ||
- name: Run empty issues closer action | ||
uses: rickstaa/empty-issues-closer-action@v1 | ||
env: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
close_comment: | ||
Closing this issue because it appears to be empty. Please update the | ||
issue for it to be reopened. | ||
open_comment: | ||
Reopening this issue because the author provided more information. | ||
check_templates: true | ||
template_close_comment: | ||
Closing this issue since the issue template was not filled in. | ||
Please provide us with more information to have this issue reopened. | ||
template_open_comment: | ||
Reopening this issue because the author provided more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Update top issues dashboard | ||
on: | ||
schedule: | ||
- cron: "0 0 */7 * *" | ||
|
||
jobs: | ||
showAndLabelTopIssues: | ||
name: Update top issues Dashboard. | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Run top issues action | ||
uses: rickstaa/top-issues-action@v1 | ||
env: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filter: "1772" | ||
label: false | ||
dashboard: true | ||
dashboard_show_total_reactions: true | ||
top_issues: true | ||
top_bugs: true | ||
top_features: true | ||
top_pull_requests: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.vercel | ||
.env | ||
node_modules | ||
package-lock.json | ||
*.lock | ||
.vscode/ | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module.exports = { | ||
export default { | ||
clearMocks: true, | ||
transform: {}, | ||
testEnvironment: "jsdom", | ||
coverageProvider: "v8", | ||
}; |
Oops, something went wrong.
033678d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
github-readme-stats – ./
github-readme-stats-alex-vzyl.vercel.app
github-readme-stats-git-master-alex-vzyl.vercel.app
github-readme-stats-lake-gamma.vercel.app