ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

scraping fails when a scraping PR is pending

Open cuihtlauac opened this issue 1 year ago • 0 comments

Scraping takes place every day. If things needs to be added a PR is created. If the PR isn't merged and scraping finds a different set of changes the next day, it will attempt to create a new PR and fail.

See: https://github.com/ocaml/ocaml.org/actions/workflows/scrape.yml

  • Scrape #768 pass, create PR #2106
  • Scrape #769 fail
  • Scrape #770 fail
  • Scrape #771 fail
  • Scrape #772 fail
  • Merge PR #2106
  • Scrape #773 pass, creates PR #2129

cuihtlauac avatar Mar 04 '24 10:03 cuihtlauac