Commit Graph

127 Commits (5a1c363361a09f359dcfbf6ae4153b1181353a76)

Author SHA1 Message Date
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
Emily Grace Seville b7c6980c8f
PULL_REQUEST_TEMPLATE: refresh (#7979) 2022-07-20 15:06:49 +02:00
CleanMachine1 1a57ff5df8
stale.yml: Change time for issues to be stale (#8114)
* stale.yml: Change time for issues to be stale

* match the suggestions
2022-06-20 02:53:03 +10:00
Axel Navarro e897720058
ci.yml, stale.yml: update runtime to node16 (#8068)
* stale.yml: update runtime to node16

* ci.yml: update runtime to node16
2022-05-01 17:50:24 +10:00
Emily Grace Seville b08a8f2e8c
ISSUE_TEMPLATE: add templates (#7743) 2022-04-30 15:11:52 -03:00
Axel Navarro 37d7bbe950
labeler.yml: use alias tag v0 (#7472) 2021-11-24 13:09:40 -03:00
Axel Navarro 0659e80101
tooling: add PR labeler (#7460)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2021-11-20 23:02:52 -03:00
Janek ebbcb51de0
ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE: refresh (#6556) 2021-11-01 22:21:23 +00:00
Axel Navarro 43335905fc
PULL_REQUEST_TEMPLATE: fix interline space (#6695) 2021-10-03 21:02:29 +08:00
marchersimon 65a8e2006e
PULL_REQUEST_TEMPLATE: ask for command version number (#6571) 2021-10-01 20:47:36 +01:00
Matthew Peveler 3fa29ea1c2
tooling: add black and flake8 for python formatting/linting (#6454) 2021-09-03 12:17:51 -03:00
CleanMachine1 3d81e9baa1
PULL_REQUEST_TEMPLATE: add easy to copy links (#6329) 2021-08-12 11:18:01 -03:00
CleanMachine1 a0d4294890
PULL_REQUEST_TEMPLATE: repo - repository (#6236) 2021-07-15 17:06:18 +01:00
Waldir Pimenta dd8cfd038a
stale GitHub action: re-wrap long message (#5887)
GitHub's markdown renderer does not wrap single line breaks,
so the message the bot leaves when closing a thread
would have an awkward line break.
This commit re-wraps the message to avoid that.
2021-05-10 21:31:43 +01:00
Owen Voke 6a058b56fe ci: update branch in mirror workflow 2021-05-01 20:10:05 +01:00
Owen Voke 7d1e2e24ef tools: update script references to 'main' branch 2021-05-01 20:10:05 +01:00
Owen Voke d33da35733 ci: update to use 'main' branch 2021-05-01 20:10:05 +01:00
bl-ue 20fdd9bd88
ci: have stalebot ignore issues with the 'stalebot ignore' label (#5372) 2021-03-16 09:19:52 +00:00
Matthew Peveler df5439818b
add commit mirror workflow (#5313)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-03-08 19:13:05 +00:00
Owen Voke 1d2b4242c8 ci: generate PDF version of tldr pages 2020-12-04 18:48:24 +00:00
Ein Verne 1491a6cb82
ci: fix issue with `set-env` usage (#4964) 2020-11-18 11:54:26 +00:00
Jamie Magee 34f8c610df
Checkout all branches in GitHub Actions (#4437)
By default actions/checkout@v2 only checks out the latest commit of the current branch. Unfortunately, this causes the `git diff` check in `check-pr.sh` to fail, as `master` branch isn't available`.

This change checks out all commits of all branches, which allows `git diff` to work correctly.

Ideally, I'd like to use the `ref` setting of actions/checkout@v2, but that only supports a single ref so it's not possible to checkout the PR branch _and_ `master` branch at the same time.
2020-10-05 16:23:08 +01:00
Owen Voke ee665051b3
Update to use `actions/stale` instead of Stale Bot (#4143) 2020-07-14 23:28:34 +02:00
Marco Bonelli 4b76ffff45
CI: fix deployment branch check (#4130) 2020-06-27 18:19:22 +02:00
Zlatan Vasović d8e6c7e11f
Quick fix, github.branch -> github.ref 2020-06-26 19:09:47 +02:00
Owen Voke 7e3ca9c540 Resolve deploy key from secrets 2020-06-26 18:55:59 +02:00
Owen Voke 5e958f6074 Update scripts to use PULL_REQUEST_ID 2020-06-26 18:55:59 +02:00
Owen Voke bcab713a65 Add GitHub Actions CI workflow 2020-06-26 18:55:59 +02:00
Zlatan Vasović 15b2209a3b
Delete FUNDING.yml (#4075)
Superseded by https://github.com/tldr-pages/.github.
2020-06-01 20:58:57 +01:00
Waldir Pimenta 37634b36f7 Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
Zlatan Vasović b5fd4dc159
Move FUNDING.yml into .github (#3996) 2020-04-19 16:13:04 +02:00
Owen Voke a224d6dee9 style-guide and PR template: add web link guidelines to checklists (#3030) 2019-05-18 17:43:29 +02:00
Marco Bonelli 77924e3ea0 Pull request template: change "folder" to "directory". 2019-02-08 19:43:24 +00:00
Waldir Pimenta d367ea1c13 PULL_REQUEST_TEMPLATE.md: use more robust links
relative links may not work if the PR is created from a branch containing slashes in it.
2018-11-15 21:38:22 +00:00
Waldir Pimenta c2fc8203ae Update Contribution guidelines and PR template (#2575) 2018-11-13 23:39:53 +00:00
Waldir Pimenta 19431ae05b
PULL_REQUEST_TEMPLATE: fix punctuation 2018-01-09 22:53:43 +00:00
Waldir Pimenta 9c105613e3
PULL_REQUEST_TEMPLATE: simplify instructions
It's easier (and nicer-looking) to just remove entries than to format them with strike-through.
2018-01-09 22:51:25 +00:00
Waldir Pimenta 7a4016a69a ISSUE_TEMPLATE: add missing placeholder 2017-12-31 09:34:27 +05:30
Agniva De Sarker 507d80a94e
update ISSUE_TEMPLATE with feedback 2017-12-29 08:49:33 +05:30
Agniva De Sarker 3bc0056441 Create ISSUE_TEMPLATE.md 2017-09-25 12:14:00 +05:30
Waldir Pimenta 7d92f9154a PULL_REQUEST_TEMPLATE: add note for non-page edits 2017-08-31 20:24:31 +00:00
Waldir Pimenta 222b1688f0 PULL_REQUEST_TEMPLATE: make placeholders clearer
The current wording seems to be confusing (cf. PR #1453),
so hopefully with a more explicit placeholder notation, this won't trip other contributors.
2017-08-31 20:24:31 +00:00
Waldir Pimenta fd53de30aa PULL_REQUEST_TEMPLATE: add a line above the text (#1451)
This allows a clear separation when the submitter has written an extended commit message (or will write a detailed pull request body).
2017-08-22 16:35:51 -01:00
Agniva De Sarker 15cf5d05a2 Create PULL_REQUEST_TEMPLATE.md (#1434) 2017-08-22 12:32:07 +00:00
Waldir Pimenta 90f24d07fb create configuration file for probot-stale (#1360)
as discussed in #1350.
2017-05-01 16:22:10 +01:00