Commit Graph

144 Commits

Author SHA1 Message Date
Sebastiaan Speck
1159595665 CI/codespell: only run on changed English files (#11518) 2023-11-16 20:37:37 +01:00
Sebastiaan Speck
2547b5a46c CI/codespell: skip non-English pages (#11515)
* codespell: skip non-English pages

* CI/codespell: add non-English contributing-guides to skip
2023-11-16 08:50:51 +05:30
Leon
4886629da2 MAINTAINERS: add @leonvsc as collaborator (#11505) 2023-11-14 19:19:43 +01:00
Sebastiaan Speck
1a7fa25051 CI/codespell: ignore subfolders (#11500) 2023-11-14 14:32:51 +01:00
Sebastiaan Speck
4ea80ce3b3 check-pr: fix GitHub Action to gather the diff (#11425) 2023-11-11 19:35:12 +01:00
Sebastiaan Speck
c2a18714a5 CI/codespell: ignore non-English pages (#11430) 2023-11-10 09:08:54 +05:30
dependabot[bot]
5cbe821c8d build(deps): bump tj-actions/changed-files from 39.0.0 to 40.0.2 (#11352)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.0.0 to 40.0.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39.0.0...v40.0.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 14:53:56 +05:30
dependabot[bot]
f5cb482a3e build(deps): bump actions/setup-node from 3 to 4 (#11353)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 14:53:38 +05:30
Lena
95e3f55e07 ISSUE-TEMPLATES: add Let's document; update others (#11326)
* ISSUE-TEMPLATES: add Let's document; update others

* cleanup: update Issue templates

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* page-request-template: minor fix

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: remove required false parameter

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-29 21:08:08 +05:30
Sebastiaan Speck
1ba64fc0d7 CODEOWNERS: sort alphabetically and add @IMHOJEONG for Korean (#11285) 2023-10-26 16:57:26 +02:00
Juri Dispan
fe31766b39 CODEOWNERS: add @gutjuri for German (#11272) 2023-10-26 15:09:59 +05:30
K.B.Dharun Krishna
4c458d3fe2 CODEOWNERS: add @kbdharun for Hindi (#11248) 2023-10-25 20:37:17 +02:00
HoJeong Im
3d040a749b MAINTAINERS: add @IMHOJEONG as collaborator (#11250) 2023-10-25 20:07:54 +02:00
Magrid
548ec0eaa7 CODEOWNERS: add @Magrid0 for Italian files (#11161)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 16:30:24 +02:00
K.B.Dharun Krishna
e35b482300 scripts: build and deploy PDF pages for translations (#10969)
* scripts: build and deploy PDF pages for translations

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* render.py: fix typo in filename description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 02:34:22 +05:30
K.B.Dharun Krishna
1c00ae865a CI/codespell: revert changed-files action removal (#11022)
* CI/codespell: revert changed-files action removal

This reverts commit eca9c1e539 from #10704.

Post this change codespell doesn't show annotations for the PR contents
as it now scanning the whole pages directory and completes execution
after showing a limited number of strings. This effectively made
Codespell unusable. Therefore I have reverted the change to fix
Codespell, the only issue being this would reintroduce the false
detection with annotations being
made in translation PRs on non-English pages.

* CI/codespell: use point release instead of master

Using the development branch isn't ideal for production as it is prone to breakage with a faulty bug or PR. So in this commit, I am updating the codespell action to use the point release instead for more stability and versatility.

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-19 21:29:55 +05:30
Sebastiaan Speck
2bfecf3641 CODEOWNERS: add @sebastiaanspeck to codeowners (#11076) 2023-10-19 15:52:46 +05:30
K.B.Dharun Krishna
b333d3d3a5 Revert "scripts: build and deploy PDF pages for translations (#10846)" (#10965)
This reverts commit a2ab577848.
2023-10-13 11:00:58 +05:30
K.B.Dharun Krishna
a2ab577848 scripts: build and deploy PDF pages for translations (#10846)
* scrips: build and deploy PDF pages for all languages

* cleanup/render.py: reformat code

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Apply suggestions from code review

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>

* scrpts/pdf: update README, refactor code

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: building PDF was wildcard

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: building translations as wildcard 2

* test/ci: fix flag in PDF building

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: update build pdf action

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: extend PDF exclusion list

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup/ci: update PDF translation build

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* scripts/pdf: add website and repo link

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: move PDF build to seperate script file

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* test/ci: minor fixes to build pdf script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup/ci: update build PDF

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* scripts: update font family, minor fix

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix/deploy: sha256sum command

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2023-10-13 09:58:02 +05:30
K.B.Dharun Krishna
ad91608331 ISSUE-TEMPLATES: fix typo (#10896) 2023-10-09 00:04:35 +02:00
K.B.Dharun Krishna
74b7890447 ISSUE-TEMPLATES: add page modification request template; update page request template (#10826)
Co-authored-by: Jack Lin <jacklin@cybersoft4u.com>
2023-10-08 13:45:55 +02:00
K.B.Dharun Krishna
d12f8f8e53 CODEOWNERS: add @reinhart1010 for Indonesian pages (#10829) 2023-10-05 14:57:20 +07:00
K.B.Dharun Krishna
f6ea57ba13 CODEOWNERS: add @kant for Spanish pages (#10758) 2023-09-27 22:14:58 +08:00
K.B.Dharun Krishna
bb5be087f1 CODEOWNERS: add @isaacvicente for pt_BR 2023-09-21 13:30:49 +05:30
Isaac Vicente
34a3480a57 MAINTAINERS: add @isaacvicente as collaborator (#10739)
* MAINTAINERS: add @isaacvicente as collaborator

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-21 13:29:17 +05:30
K.B.Dharun Krishna
eca9c1e539 CI/codespell: remove changed-files action, use point release of action (#10707)
* CI/codespell: remove changed-files action

Superseeds #10704

This change would make the CI run only on English pages by directly passing the path to Codespell to prevent false detections like https://github.com/tldr-pages/tldr/pull/10702/files for other languages, There still would be annotations made for other English pages not in PR similar to now, but it won't prevent us from merging the PR as we have the only_warn parameter set to 1.

* CI/codespell: use point release instead of master

Using the development branch isn't ideal for production as it is prone to breakage with a faulty bug or PR. So in this commit, I am updating the codespell action to use the point release instead for more stability and versatility.
2023-09-12 21:28:12 +05:30
K.B.Dharun Krishna
7ee3ed4466 CI: bump actions/checkout to v4 (#10669) 2023-09-05 16:29:38 +02:00
dependabot[bot]
8a3d9e2acb build(deps): bump tj-actions/changed-files from 37.5.1 to 39.0.0 (#10672)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.5.1 to 39.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.5.1...v39.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:34:23 +05:30
dependabot[bot]
8d2412fe79 build(deps): bump tj-actions/changed-files from 37.0.5 to 37.5.1 (#10560)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.5 to 37.5.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.5...v37.5.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 12:46:57 +05:30
dependabot[bot]
129171dd41 build(deps): bump tj-actions/changed-files from 36.0.11 to 37.0.5 (#10444)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.0.11 to 37.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.11...v37.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 08:49:37 +05:30
K.B.Dharun Krishna
317bc67a3f CI: remove stale workflow (#10409) 2023-06-30 11:49:56 +05:30
K.B.Dharun Krishna
cf8cba1fe1 .github: fix trailing spaces and lines (#10378)
* page-request.yml: remove trailing line

* stale.yml: fix trailing space
2023-06-15 01:43:00 +02:00
dependabot[bot]
509e65a52b build(deps): bump tj-actions/changed-files from 35.7.11 to 36.0.11 (#10308)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.7.11 to 36.0.11.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v35.7.11...v36.0.11)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 23:03:01 +05:30
John Losito
982c13d862 dependabot.yml: check for package updates monthly (#8975)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-05-26 09:40:10 -04:00
pixel
5c745629c2 add CODEOWNERS (#10175)
* add CODEOWNERS
---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-17 15:32:10 +05:30
pixel
c130414032 workflows/mirror: remove (#10135) 2023-05-02 11:26:48 +02:00
K.B.Dharun Krishna
d669a72bc8 stale.yml: bump actions/stale version to v8 (#10014) 2023-04-10 22:16:32 +05:30
K.B.Dharun Krishna
261040d3c8 codespell.yml: bump tj-actions/changed-files version to latest (#10015) 2023-04-10 22:16:20 +05:30
K.B.Dharun Krishna
46ab966a5a Community: Update Gitter links to Matrix, Update Badges, Remove editor extensions (#9898)
* Community: Update Gitter links to Matrix

* Update MAINTAINERS Chatroom links (2021-2013)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update Final Gitter Links with Issue, Fix wrong date

* COMMUNITY-ROLES: add Matrix link

* Remove Space in Issue template

* Apply suggestions from code review

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update MAINTAINERS.md

* Update matrix badge

* CONTRIBUTING: Update matrix badge

* README: Update badges

* CONTRIBUTING: Update badges

* README: Remove editor extensions

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-03-27 10:44:21 +05:30
Seth Falco
b0e9368d0f ci: fix formatting and ignore package-lock.json (#9429)
Signed-off-by: Seth Falco <seth@falco.fun>

Signed-off-by: Seth Falco <seth@falco.fun>
2022-10-30 10:50:00 +00:00
Anton Yakutovich
cf2f75591f ci.yml: refactor workflow (#8927) 2022-10-12 07:17:21 -03:00
Oscar Dominguez
f153e318de stale.yml: upgrade actions/stale to v6 (#8615) 2022-10-02 11:33:07 -03:00
Oscar Dominguez
4f430f0642 ci: upgrade actions/setup-python to v4 (#8614) 2022-10-02 10:53:28 +05:30
Alex
0fbe2488eb workflows/*: add security hardening (#8518) 2022-09-28 14:17:33 -03:00
CleanMachine1
9d0449d207 Revert "Update codespell-ignore (#8530)" (#8531)
This reverts commit 127892edf9.
2022-09-26 21:21:11 +00:00
CleanMachine1
127892edf9 Update codespell-ignore (#8530) 2022-09-26 21:19:37 +00:00
K.B.Dharun Krishna
ba109d5d30 ISSUE_TEMPLATE/page-translation.yml: remove new command label (#8501) 2022-09-25 22:10:57 -03:00
CleanMachine1
8c559d581a codespell.yml: add workflow (#8359) 2022-09-18 18:24:26 -03:00
CleanMachine1
7540cacdc1 page-request.yml: reword and remove parts (#8308)
* page-request.yml: reword and remove parts

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml

* Update page-request.yml
2022-08-10 21:43:05 +10:00
Axel Navarro
7de80f9684 PULL_REQUEST_TEMPLATE: reduce interline spacing (#8273) 2022-08-02 08:53:46 -03:00