Commit Graph

8 Commits

Author SHA1 Message Date
Lauren Tan 19c804d165 [builds/facebook-www] Add workflow to close direct PRs 2025-02-11 13:11:11 -05:00
lauren 7dc01b9876 [DiffTrain] Prune all unnecessary files (#25787)
Note that this PR is targeting the `builds/facebook-www` branch. 

Delete all unnecessary folders from this branch since the only files we
are syncing are in the `compiled` folder.
2022-12-02 07:58:57 -08:00
lauren 62e2b1374b [DiffTrain] Fix incorrect build path (#25723) 2022-11-21 13:00:50 -08:00
lauren e58b6c158b Reorganize build folders for DiffTrain (#25722)
Reorganize some files to make the DiffTrain config easier to setup. Also
add unstable_server-external-runtime to sync.
2022-11-21 12:42:49 -08:00
lauren 13681aaf9c Add github action to commit build artifacts for Facebook (#25721)
This PR adds a new GitHub action to commit build artifacts for Facebook
into a new protected branch. This will later be used to setup an
automatic sync to www.

The hacky spinloop is meant to be a temporary implementation until we
can support running a script internally on top of the synced diff
(coming soon). A GitHub token is otherwise required if we want to setup
a pub/sub between cirleci and github but it's not straightforward to
provision one for our org. So this workaround should do for now since we
won't keep it around for too long.

Example of it running and creating a commit on the `builds/facebook-www`
branch:
https://github.com/facebook/react/actions/runs/3516958576/jobs/5894251359
2022-11-21 11:03:23 -08:00
Brian Vaughn 5151466bab Updated DevTools bug Workflow
Workflow now auto-assigns issues needing more information to the person who reported them
2021-05-27 09:49:44 -04:00
Brian Vaughn bb1c821556 Fixed localhost URL check
Noticed that it missed 21568 because of a leading "/"
2021-05-26 10:43:51 -04:00
Brian Vaughn a731a51696 Add GitHub action to check for bug repro (#21542) 2021-05-21 15:48:12 -04:00