1
0
mirror of synced 2025-12-26 05:02:55 -05:00
Commit Graph

29 Commits

Author SHA1 Message Date
Peter Bengtsson
4a6d3b4e89 skip README.md in content changes table (#34118) 2023-01-23 15:36:03 +00:00
Peter Bengtsson
015367e4b6 unbreak .github/actions-scripts/content-changes-table-comment.js (#33872) 2023-01-10 19:33:00 +00:00
Peter Bengtsson
4ffe7cf9ca Notice product landing pages too (#33833) 2023-01-10 17:26:45 +00: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
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
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
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
Mike Surowiec
e2a35b3c38 Cleanup preview env workflow variables (#25160)
* cleanup staging action vars, prep for OS deploy workflow

* fix app_url
2022-02-09 15:12:26 +00:00
Mike Surowiec
a58b045cbb Azure: use shared env setter, fix comment workflow (#25044)
* update azure deployments to use shared env getter, fix content changes table
2022-02-04 22:30:12 +00:00
Robert Sese
6914be3e13 Make script executable (#23235) 2021-11-30 19:50:40 +00:00
Grace Park
b77b195a6c Migrate Content Changes Table Workflow github-script code (#23198)
* moving content changes table to actions-script

* rename js file

* using context for neater code
2021-11-30 18:12:17 +00:00