Re: Pullrequest required checks

2023-01-28 Thread Sai Boorlagadda
I have a PR that makes required checks on master same as develop. Need approval. Once github actions are merged, then I will add back in the required checks. https://github.com/apache/geode/pull/7875 On Sun, 22 Jan 2023 at 12:40, Owen Nichols wrote: > Try updating .asf.yaml on master branch to

Re: Pullrequest required checks

2023-01-23 Thread Sai Boorlagadda
aml#L39> has more > required checks for reason. > > -michael > > From: Michael Oleske > Sent: Monday, January 23, 2023 09:20 > To: dev@geode.apache.org > Subject: Re: Pullrequest required checks > > !! External Email > > I bel

Re: Pullrequest required checks

2023-01-23 Thread Michael Oleske
Monday, January 23, 2023 09:20 To: dev@geode.apache.org Subject: Re: Pullrequest required checks !! External Email I believe the required checks are setup in the .asf.yaml file here<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fgeode%2Fblob%2Fdevelop%2F

Re: Pullrequest required checks

2023-01-23 Thread Michael Oleske
I believe the required checks are setup in the .asf.yaml file here. I would hope just deleting those lines would remove the existing checks and in your migrate to github actions pr you could change the required checks. I would hope th