1
0
mirror of synced 2025-12-19 09:57:42 -05:00

38 Commits

Author SHA1 Message Date
Alex Nguyen
59c80b988d Remove CELA review requirements for RAI content (#57900)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2025-10-10 17:54:17 +00:00
Kevin Heis
7d645907d2 Tidy up gitignore, prettierignore, dockerignore (#57403) 2025-09-04 19:46:50 +00:00
Siara
14465fdb9f Temporarily remove OIDC codeowners (#51807) 2024-07-26 20:13:09 +00:00
Rachael Sewell
117caeaa9c rai review enforcement (#47237)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-12-18 22:52:31 +00:00
Sophie
60b71c4e24 [DO NOT MERGE] November 8–9: GitHub Universe 2023 megabranch (#44245)
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Courtney Claessens <courtneycl@github.com>
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Steve Guntrip <stevecat@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Jules Porter <jules-p@users.noreply.github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Melissa Xie <mxie@users.noreply.github.com>
Co-authored-by: Andy Feller <andyfeller@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Kelly Arwine <kellyarwine@github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
Co-authored-by: Tiferet Gazit <tiferet@github.com>
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: Annelisa Stephan <meowius@github.com>
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
Co-authored-by: Greg Padak <gpadak@github.com>
2023-11-08 17:35:45 +01:00
Vanessa
e01cf4b25d RAI content: adding new article type & required reviewer (#44733) 2023-10-25 21:32:19 +00:00
Robert Sese
6461fccf49 add audit log event components: enables new audit log pages (#37317)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-09-21 15:48:10 +00:00
Laura Coursen
e61e10586b Temporarily make @lecoursen code owner of audit log events (#42263) 2023-09-08 19:11:43 +00:00
Matt Pollard
e4cf532577 Add Enterprise focus team as code owners of src/ghes-releases/lib/enterprise-dates.json (#41765)
Co-authored-by: heiskr <heiskr@users.noreply.github.com>
2023-09-01 09:08:50 +00:00
Matt Pollard
1e790f7480 Add Enterprise focus team as code owners for release notes (#38379) 2023-06-23 16:11:14 +00:00
Kevin Heis
a02ae16a7c Move docs engineering reviewer to Action workflow (#36882)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-05-10 18:49:59 +00:00
Peter Bengtsson
be30059bc5 get popularities from docs-internal.popular-pages (#35583) 2023-03-15 19:47:32 +00:00
Kevin Heis
11dc8ccfef Rm translations directory (#33720) 2023-01-03 12:44:48 -08:00
Hector Alfaro
25b455c35f Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
Rachael Sewell
d232e28914 Remove codeowners for localization (#29810) 2022-08-16 01:17:24 +00:00
Evan Bonsignori
958e3b57ef Update .github/CODEOWNERS
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2022-08-03 15:08:19 -07:00
Evan Bonsignori
88df2f01f5 add secure-files test 2022-08-03 13:03:15 -07:00
Peter Bengtsson
0bc34b18f4 reference docs-engineering for rest/reference (#26372)
* reference docs-engineering for rest/reference

* cut it
2022-03-21 20:02:21 +00:00
Matt Pollard
d6eb5327ce Update code owners to reflect restructuring (#26368) 2022-03-21 15:32:14 +00:00
Mike Surowiec
624581e527 Remove most of Heroku references (#25208)
* remove most of heroku references

* remove more stuff

* update codeowners
2022-02-10 17:36:07 -06:00
Marcelo Jacobus
cf2603ac01 fix: retry translation batch PR creation if we hit a 502 (#23633)
* Fix error on Pull Request creation

Fix https://github.com/github/docs-engineering/issues/1293. This
solution does not really handle the error, it just prevents the script
from stopping, since sometimes we get a timeout error from the load
balancer even though the request was successfully handled by rails.

* Add a nudge to the localization folks when a batch is created

Ever since the translation batches are created and merged automatically
it is difficult to see when they started or finished correctly. Also,
sometimes, docubot automatically closes some pull requests, and at the
time of this writing I don't know the reason.

This change intends to make batches not go unnoticed. We can revert it
later if this becomes too noisy and the process is stable.

* fix: remove ping to docs-localization team from batch PR body

Discussion: https://github.com/github/docs-internal/pull/23633/files#r771896816

* refactor: move report-reset-files into its own step

* refactor: move git push into its own step

* spike: move PR creation into its own script

* feat: annotate createTranslationBatchPullRequest fn

* enhancement: embed nwo#pr format in logger

* fix: import fs directly

* fix: import @actions/github directly

* docs: update annotations in fn block

* build: update step name to be self-documenting

* Retry on 502

* Rename method to reflect its behaviour

* Update codeowners

* Fix comment

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Appease linter and fix script

* Move options to main

* Rename var

* Refactor options

* Check for response

* First try to find and then to create the PR

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Update .github/actions-scripts/create-translation-batch-pr.js

Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>

* Remove unreachable conditional

* Lint

* fix: remove duplicate annotation

Co-authored-by: docubot <67483024+docubot@users.noreply.github.com>
Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-01-11 23:06:18 +00:00
Robert Sese
3f2283fcb3 Add popular-pages.json to CODEOWNERS (#23796)
* Add popular-pages.json to CODEOWNERS

* Actually add to CODEOWNERS correctly for docs-eng
2021-12-16 18:36:09 +00:00
Marcelo Jacobus
953e87e7a0 Use @octomerger for approving and merging translation batches (#23546)
* Use @octomerger for approving and merging translation batches

Here is a [list of bots](https://github.com/github/docs-engineering#bot-accounts)

* Set @octomerger as a code owner of /translations
2021-12-09 20:13:43 +00:00
Marcelo Jacobus
a7175314ec Remove ownership from @github-actions (#23543)
A bot cannot currently own a file, according to this
https://github.community/t/is-it-possible-to-add-github-apps-bot-to-codeowners/3146
2021-12-09 20:04:52 +00:00
Marcelo Jacobus
1f4b19ae9c Revert "Attempt to fix ownership (#23538)" (#23540)
This reverts commit e126be0147.
2021-12-09 18:52:27 +00:00
Marcelo Jacobus
e126be0147 Attempt to fix ownership (#23538)
Bots should have [bot] suffix.
2021-12-09 18:33:41 +00:00
Marcelo Jacobus
0c02f91dd0 Enable auto-merge for translation-batches (#23464)
* Enable auto-merge for translation-batches

* Attempt to approve and set auto-merge

* Temporarily disable check for tests

* Test commit. Revert later.

* Not self approving anymore

* Improve failure message

* Fix auto-merge

* Remove test code

* Add ownership to @github-actions
2021-12-09 17:06:45 +00:00
Marcelo Jacobus
5d329edf52 Change ownership of files (#23249) 2021-12-01 00:35:28 +00:00
Grace Park
8ba413cabc React Cleanup: Documentation (#20517)
* initial documentation changes

* editing layouts terminology

* update to match other files

* move javascripts to components/lib

* fix: dockerfile

* update based on Mikes updates to the javascripts directory

* update components/README.md

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-27 09:07:18 -07:00
Emily Gould
d31c1aab77 Add more CS team files to code owners (#19954) 2021-06-16 22:00:22 +00:00
Mike Surowiec
d5367d076c fix: update CODEOWNERS for ts, tsx 2021-05-19 08:43:22 -07:00
skullface
6b0ceea6ca help. to docs. in non-release content (#18293)
* `help.` → `docs.` in non-release translated docs

* `help.` → `docs.` in .md files

* update link in CODEOWNERS
2021-03-19 00:10:44 +00:00
Rachael Sewell
a71dbe075a Add docs engineering as codeowners for includes and layouts (#18134) 2021-03-06 00:22:51 +00:00
Emily Gould
dd27d6f658 Update team name (#17075) 2020-12-22 08:50:41 +10:00
Emily Gould
be76f358bf Add code owners for style guide and markup reference (#16674) 2020-12-02 14:34:03 -06:00
Zeke Sikelianos
5439891d1d Run Crowdin workflow only on private repo and update CODEOWNERS (#16010)
* only run Crowdin workflow on private repo

Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com>

* organize codeowners for localization-related files

Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com>

* do not upload translations

Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com>

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-10-13 10:01:31 -07:00
Gregor Martynus
a7dcf10e00 notify @github/octokit-maintainers about changes in REST APIs (#15960)
We had the same thing to the last docs repository (https://github.com/github/internal-developer.github.com/pull/4800), it was very helpful. Would that be possible? I think the overhead to this solution is to add members from @docs-engineering to @octokit-maintainers, so that no review is required from me or other future Octokit maintainers

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
2020-10-09 13:07:33 -07:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00