project-everest / everest-ci

CI scripts for project everest
3 stars 8 forks source link

Make the bot go through the normal branch-green-merge process #10

Open msprotz opened 7 years ago

msprotz commented 7 years ago

Right now the hint auto-regeneration thing (target: fstar-nightly) relies on dzomo, the bot, being administrator on the F* project because of the branch restriction.

nohup merge_branch

where

merge_branch () {
  sleep 60 # long enough for GitHub to receive a green
}

?

I doubt that this will work