Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure CIBUILD runs for the merge of the head branch with the base branch specified in a PR

fridaland opened this issue · comments

Continuous integration added in #400 ensures RSpec and Rubocop tests are run with Github Actions when a pull request is open.

We need to ensure that the build Github Actions runs on is the build for the merge of the head branch with the base branch specified in the pull request. We want to merge master into the working branch before the tests run.

Configuring the workflow to merge target branch into master before build runs might be one effective solution.