1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Commit Graph

133 Commits

Author SHA1 Message Date
Evan Bonsignori
468a0323fa remove redundant actions/ dir (#33204) 2022-12-02 21:59:40 +00:00
Steve Guntrip
6f8e209a2e Always set 'size' when adding items to the review board (#32806) 2022-11-22 08:39:22 +00:00
Steve Guntrip
5d0d782319 Update action-scripts to use the ProjectsV2 GraphQL API (#32474) 2022-11-15 10:16:02 +00:00
Matt Pollard
83c1146d5f Specify additional labels for automatically generated release issue for GitHub Enterprise Server (#32472) 2022-11-10 11:00:02 +00:00
Felicity Chapman
82713bf01f Add note about creating an issue for the CodeQL CLI version (#32475)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-11-10 10:58:43 +00:00
Rachael Sewell
48d526aad3 remove triage unallowed internal changes workflow (#32427) 2022-11-07 23:22:59 +00:00
Rachael Sewell
1256add363 remove enterprise and lunr sync search workflows (#32430) 2022-11-07 22:36:30 +00:00
Rachael Sewell
77ce68b492 re-scrape a specific page for deprecated content (#32141)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2022-11-03 16:32:34 +00:00
Peter Bengtsson
bcbfdc934a include docs-early-access in link checker (#27747) 2022-10-28 16:24:19 +00:00
Rachael Sewell
3e998f61d5 use azure blob storage for archived enterprise versions (#31883)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
2022-10-25 12:03:38 -07:00
Rachael Sewell
2dfd754ff9 update the instructions for publishing a new openapi release (#31932) 2022-10-21 16:26:22 +00:00
Kevin Heis
47e014b581 Remove custom automerge workflow (#30984) 2022-09-20 15:25:46 -07:00
Hector Alfaro
25b455c35f Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
Hector Alfaro
b35230f517 Update Microsoft translation workflow to auto approve and merge translation PRs (#30231) 2022-09-07 20:03:17 +00:00
Matt Pollard
f07866da27 Correct script's filename in checklist for GitHub Enterprise Server releases' technical steps (#30522) 2022-09-06 17:12:52 +00:00
Evan Bonsignori
7e198d5348 don't wait forever 2022-08-18 11:16:59 -07:00
Evan Bonsignori
931bb63733 improvements from @peterbe 2022-08-18 11:15:20 -07:00
Evan Bonsignori
abcf940a00 wait until URL is healthy 2022-08-16 16:23:24 -07:00
Hector Alfaro
54d996f186 Localization: Clean up Microsoft workflow (#29675)
* remove comments that no longer apply

* remove unused matrix variables

* remove CrowdIn-specific step of resetting broken files

* udpate link to Microsoft-specific log

* bring back reset script still in use

* add acceptable ja translation of TOS to rendering test

* add ability to remove files that have been translated but don't exist (wip)

* document what `languageFiles()` returns

* fix path issues for removed translations

* cleaner script execution

* add removed files to CSV report

* add workflow link to PR body for better troubleshooting

* catch missing regex for reporting file removals

* fix capturing groups in regex for csv reporting

* fix link to CSV file for PR

* fix formatting for PR

* pass in branch name from workflow

* put back helper scripts, make msft-specific copies
2022-08-15 17:17:25 +00:00
Rachael Sewell
a60db5d2b9 Revert "fix: show content table preview urls after deploy" (#29853) 2022-08-11 16:53:59 +00:00
Evan Bonsignori
d341c808bf verify URL health before adding to table 2022-08-08 15:26:30 -07:00
Matt Pollard
0e7a3409dd Update label applied to issue for technical steps that apply to GitHub Enterprise Server releases (#29613) 2022-08-05 08:20:52 +00:00
docubot
7ec3fe9758 Merge branch 'main' into localization/reset-broken-files 2022-08-03 18:09:17 -04:00
Hector Alfaro
2a806d998d Merge branch 'main' into localization/reset-broken-files 2022-08-03 18:04:39 -04:00
Hector Alfaro
ceb5c03d46 fix PR link to Microsoft-specific CSV file 2022-08-03 17:54:19 -04:00
Evan Bonsignori
1d258e6311 change enterprise release label 2022-08-03 13:23:11 -07:00
Rachael Sewell
de6a358d53 update deprecation steps (#28826) 2022-08-03 19:17:35 +00:00
Peter Bengtsson
2ebfb60b4b refactor how archived frontmatter fallbacks work (#28170)
* refactor how archived frontmatter fallbacks work

* delete no-longer used file

* avoid the mention

* Update lib/redirects/README.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2022-07-12 20:23:05 +00:00
Hector Alfaro
d243bbae4c Use translated content from the Microsoft repos (#28703)
* use content repos provided by msft

* remove additional languages for parity

* remove body from translation PRs
2022-07-12 17:31:47 +00:00
Hector Alfaro
518677a7b1 Content changes table: Add a max size (#28224)
add a max size for content changes table
2022-06-03 17:23:39 +00:00
Peter Bengtsson
952c0d417a cope with removed files in content-changes-table-comment.js (#27979)
* cope with removed files in content-changes-table-comment.js

* handle content changes files async

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-05-31 14:59:49 +00:00
Peter Bengtsson
e2ec55c7d8 use shorthand to calm codeql warnings (#27882)
* use shorthand to calm codeql warnings

* there was more
2022-05-21 18:50:56 +00:00
Robert Sese
f802528af7 Localization: duplicate translation workflow for testing with msft repos (#27790)
* duplicate translation workflow for msft repos

* use duplicate script for creating translation pr

* comment out unsued functions

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-05-18 12:05:03 -05:00
Robert Sese
b0641c98af GHES release checklist update: push LFS objects before merging the PR (#27618)
Push LFS objects before merging the PR
2022-05-12 15:28:13 +00:00
Hector Alfaro
fda78bb36d expose short version list in lib/all-versions.js 2022-05-05 16:12:14 -04:00
Hector Alfaro
bd090873ee log out an error when we can't parse version frontmatter 2022-05-05 14:27:07 -04:00
Hector Alfaro
d5f4fcf0ee replace hacky search with includes 2022-05-05 14:23:26 -04:00
Hector Alfaro
c3a9580903 add comments, account for feature-versioned-only content files 2022-05-05 10:51:34 -04:00
Hector Alfaro
a56200369c refactor content changes table 2022-05-05 09:31:42 -04:00
Hector Alfaro
06daa25a9d use sha to get file contents 2022-05-04 14:34:16 -04:00
Hector Alfaro
ee8cbb67bd use unique var names 2022-05-04 13:19:56 -04:00
Hector Alfaro
0f8b5cc642 use shas instead of labels for comparisons 2022-05-04 13:19:06 -04:00
Hector Alfaro
adfd6c9b16 use pull_request.head.label in comparisons to allow for forks 2022-05-04 12:21:36 -04:00
Hector Alfaro
21453f6653 add line breaks 2022-05-03 16:47:58 -04:00
Hector Alfaro
6e2527047e wait for api call 2022-04-29 11:38:54 -04:00
Hector Alfaro
c84427d3e4 add spacing for better visibility 2022-04-29 11:34:38 -04:00
Hector Alfaro
c7e06fc88a add extensions to imports 2022-04-29 11:23:11 -04:00
Hector Alfaro
3da9accf20 improve formatting on table 2022-04-29 10:51:06 -04:00
Hector Alfaro
c1a347fac3 construct table with version-specific links 2022-04-26 08:20:00 -04:00
Hector Alfaro
fc597e9b71 use compareCommitWithBasehead to avoid deprecation 2022-04-26 08:19:59 -04:00