Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arpancodes/pyre-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arpancodes/pyre-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gbleaney-patch-2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 22, 2021

  1. Trigger website build on open source PRs

    Publishing of the Pysa website has been [broken for a few weeks](https://github.com/facebook/pyre-check/actions/workflows/publish_website.yml). facebook#514 contains the version upgrade needed to fix this, but currently the website build is only triggering when the `main` branch is updated, rather than on PRs. This PR updates the `publish_website` workflow to also run on PRs, but in a dry run mode that skips the final publish step.
    
    Test Plan:
    If the action runs on this PR, I think that makes it a success!
    gbleaney committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ffa14da View commit details
    Browse the repository at this point in the history
Loading