Slackbot
05/02/2023, 6:35 PMJacob Gold
05/02/2023, 6:36 PMKrishna Vudata
05/02/2023, 6:36 PMKrishna Vudata
05/02/2023, 8:18 PMJacob Gold
05/02/2023, 9:16 PMKrishna Vudata
05/03/2023, 4:23 PMCI doesn’t run until you trigger the merge?not exactly - the expectation is that it doesn’t run until the PR’s base branch is set to the default branch. Essentially, this is a cost saving strategy to minimize unnecessary runs I would expect 1. Graphite allows me to enqueue the stack merge if the required status checks according to GitHub are passing (i.e. it respects how required status checks have been configured in the branch protection rules for the current base branch of the PR) 2. when the base branch is merged into the default branch and the “current’ feature branch’s base is switched to the default branch, then GitHub will consider the check to be required and trigger it (if needed)
Krishna Vudata
05/03/2023, 7:54 PM