Alexandr Garbuzov
e2fa7ad423
CI: Add OSSF scorecard analysis workflow ( #2879 )
...
* CI: Add OSSF scorecard analysis workflow
* dev
* dev
* dev
* replace action versions with hashes
* readme badge
2023-06-26 15:27:54 +03:00
Alexandr Garbuzov
ae6e2cc31b
CI: improve pull requests labeler ( #2863 )
2023-06-20 08:41:40 +02:00
Rick Staa
22a12e1ade
ci: increase top-issues-action list size ( #2826 )
2023-06-15 23:28:19 +03:00
Alexandr Garbuzov
c4035a5765
Use node 18.x in continuous integration ( #2819 )
2023-06-14 09:08:40 +02:00
Alexandr Garbuzov
768721f325
Improve pull requests labeler ( #2812 )
2023-06-12 09:08:49 +02:00
Rick Staa
fec686a432
ci: fix top-issues action ( #2803 )
2023-06-11 03:20:08 +03:00
Rick Staa
cec5ee3462
ci: add top themes and labels to 'top issues dashboard' action ( #2711 )
2023-06-06 14:24:17 +05:30
Alexandr Garbuzov
ce116e2d2f
Fixed typos inside bug report issue template ( #2706 )
2023-05-08 09:31:47 +02:00
Alexandr Garbuzov
d306bec73e
Add PRs cache cleaning workflow ( #2661 )
2023-05-05 14:09:23 +00:00
Alexandr Garbuzov
c656f3df6b
Update codecov action version to resolve github action deprecation warning ( #2677 )
2023-05-05 14:07:37 +00:00
Rick Staa
91345ed55f
ci: fix unsafe directory bug ( #2518 )
...
This commit fixes a bug that was introduced due to a upstream change in
the git package. See https://stackoverflow.com/questions/71849415/i-cannot-add-the-parent-directory-to-safe-directory-in-git/71904131#71904131
for more information.
2023-02-25 17:21:54 +05:30
Zohan Subhash
55a303b4a6
Add auto-labelling for documentation updates ( #2526 )
2023-02-25 17:20:14 +05:30
Rick Staa
112000667c
ci: add update languages action ( #2484 )
...
* ci: add update languages action
* ci: make sure PR is created when upstream languages are updated
2023-01-29 15:19:01 +01:00
Rick Staa
99d9d3cde0
ci: prevent certain actions from running on forks ( #2466 )
2023-01-25 09:20:36 +01:00
Zohan Subhash
b2bf4fa487
fix: change prod deployment branch to vercel branch to fix maxDuration bug ( #2424 )
...
* Create deploy-prep.yml
* Create deploy-prep.py
* Update vercel.json
* Update deploy-prep.yml
* Update vercel.json
* Added coauthor
Co-authored-by: Dou Xiaobo <93511091+douxiaobo@users.noreply.github.com>
* Update deploy-prep.yml
* refactor: format code
* Added if condition to disable deployments on forks
Co-authored-by: Rick Staa <rick.staa@outlook.com>
* Update deploy-prep.yml
Co-authored-by: Dou Xiaobo <93511091+douxiaobo@users.noreply.github.com>
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-01-24 20:04:26 +05:30
Rick Staa
8e3147014c
refactor: make issue templates required ( #2226 )
2022-10-24 14:18:37 +02:00
Rick Staa
dcc4ccd18c
ci: increase invalid theme close time ( #2210 )
...
This commits increases the theme invalid close time to 20 days.
2022-10-18 17:15:25 +02:00
Rick Staa
8dd70924da
refactor: improve issues template formatting
2022-10-11 18:07:36 +02:00
Rick Staa
32b8daa71d
refactor: improve issues template ( #2180 )
2022-10-11 18:02:29 +02:00
Rick Staa
7eb85d3b31
refactor: add extra links to issues template
2022-10-11 18:00:05 +02:00
rickstaa
0a394a625b
ci: add issues template config and remove question template
2022-10-09 17:46:11 +02:00
rickstaa
f77e34e383
ci: add question template
2022-10-09 17:31:24 +02:00
rickstaa
39535db38c
style: update formatting
2022-10-07 19:46:05 +02:00
rickstaa
80e8233c53
style: improve templates formatting
2022-10-07 19:25:36 +02:00
Brian Choromanski
06e3e052df
ci: updated issue template ( #2127 )
...
* Updated issue templates
* style: improve template formatting
* style: update formatting
Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-10-07 19:20:57 +02:00
rickstaa
6f8bd9fe10
ci: increase top-issues dashboard update frequency
2022-10-02 14:15:25 +02:00
Rick Staa
b8faef6857
ci: add stale theme pull request closer action push ( #2067 )
...
This commit adds the `stale-theme-pr-closer` closer action. This action
is used to close theme pull requests with an `invalid` label that has
been stale for a given number of `STALE_DAYS`.
2022-10-02 11:05:13 +02:00
Oscar Dominguez
098331069a
ci(label-pr): upgrade actions/labeler to v4 ( #2080 )
...
Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-10-02 10:51:37 +02:00
Jongwoo Han
f86059f097
chore: Update workflows to cache dependencies ( #2083 )
2022-10-02 10:38:07 +02:00
Rick Staa
6b7e91abb6
ci: improve theme-preview actiot push ( #2065 )
...
This commit makes sure that:
- The theme-preview action can test multiple themes.
- Fails if something goes wrong.
- Requests changes if the theme does not adhere to the guidelines.
- Approves the PR if the theme adheres to the guidelines.
2022-10-01 14:01:29 +02:00
Rick Staa
f8e32f9e0c
ci: add e2e vercel test action ( #2054 )
...
* ci: add e2e vercel test action
This commit adds several end-to-end tests that can be used
to test whether the Vercel Preview deployment successfully
returns the cards.
* test: add additional e2e card tests
* test: improve e2e card tests
This commit makes sure that the tests also check whether a valid cards
are returned from the preview deployment.
2022-10-01 13:59:02 +02:00
rickstaa
fe1ca87e33
ci: filter #1772 from top-issues-dashboard
2022-09-25 11:16:37 +02:00
Rick Staa
c7d4c29757
ci: switch to npm ci in github actions ( #2046 )
2022-09-24 10:37:24 +02:00
rsk2
107f7ca52c
Feature/grs 1955 change commonjs imports ( #1995 )
...
* GRS-1955: Using ES6 import/export in src files
* GRS-1955: Using ES6 import/export in test files
* GRS-1955: Using ES6 import/export in themes index.js
* GRS-1955: Readding blank line at end of top-languages-card.js
* feat: fix test es6 import errors
This commit makes sure jest is set-up to support es6. It also fixes
several test errors and sorts the imports.
* test: update test node version
This commit makes sure node 16 is used in the github actions.
* refactor: run prettier
Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-09-24 10:20:54 +02:00
Rick Staa
40735124ed
ci: change theme-preview action run condition ( #1903 )
...
This commit makes sure that the theme-preview action only runs when a
theme was added or changed.
2022-09-17 13:42:16 +02:00
rickstaa
dc8852dd6b
refactor: change formatting command
2022-09-16 12:55:35 +02:00
Rick Staa
192170c111
ci: add empty issues closer action ( #2004 )
...
Co-authored-by: Prashubh Atri <prashubh27@gmail.com>
Co-authored-by: Prashubh Atri <prashubh27@gmail.com>
2022-09-06 10:00:21 +02:00
Steven
4c2307ab4b
Add prettier check to CI ( #1999 )
...
* Add prettier check to CI
* Run prettier:format
2022-09-06 09:09:45 +02:00
Rick Staa
579cb7d175
Merge branch 'master' of https://github.com/anuraghazra/github-readme-stats
2022-08-25 20:06:50 +02:00
Rick Staa
84610521a2
ci: add top-issues-action argument
2022-08-25 20:06:45 +02:00
Rick Staa
c2c07ea022
ci: fix top-issues-action syntax ( #1978 )
2022-08-25 19:45:11 +02:00
Rick Staa
e9c55d90ad
ci: fix title of top-issues action
2022-08-18 11:32:57 +02:00
Rick Staa
663fbae49a
ci: add top-issues-dashboard action
...
This commit adds the top issues dashboard action which creates a issue displaying the top issues of the week.
2022-08-18 11:31:45 +02:00
Rick Staa
e547eaf563
refactor: improve issues template
...
Move part of the FAQ notice to the bottom so that it doesn't clutter the issues window.
2022-07-31 12:16:46 +02:00
Rick Staa
689e1f4052
refactor: fix bug in issues template
2022-07-31 12:11:18 +02:00
Rick Staa
74fc4a3cc3
refactor: improve issues template
...
Move FAQ notice to the top of the issues template to increase the change of users reading it.
2022-07-31 12:10:10 +02:00
Rick Staa
a68abbb9b3
Revert "fix: prevent npm dependency error ( #1849 )" ( #1850 )
...
This reverts commit 8d95796890
.
2022-07-06 15:16:10 +02:00
Rick Staa
8d95796890
fix: prevent npm dependency error ( #1849 )
...
This commit fixes an npm dependency error that caused the test action to
fail.
2022-07-06 15:08:20 +02:00
Rick Staa
d15410a3b4
Update bug_report.md ( #1775 )
...
Fixes some small syntax errors.
2022-05-19 12:40:12 +02:00
Rick Staa
2937d28db2
Update bug_report.md ( #1773 )
2022-05-19 12:13:41 +02:00