Skip to content

Moves CLA bot config into this repo #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 193 commits into from
Jun 23, 2022
Merged

Moves CLA bot config into this repo #565

merged 193 commits into from
Jun 23, 2022

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Jun 20, 2022

Fix #564.

This is based on commit conda-archive/clabot-config@c8ec673 of the clabot-config repo.

The steps I took to do this:

git clone https://github.com/conda/clabot-config
git clon git@github.com:conda/infra.git conda-infra
cd conda-infra
git remote add src master ../clabot-config
git checkout -b clabot-config origin/clabot-config
git pull src master --allow-unrelated-histories
<fix merge conflicts in README and LICENSE>
git add -A
git commit

The change of the GitHub Actions workflow is in conda/actions#42, which would require a new tagged release.

@jezdez jezdez requested a review from a team as a code owner June 20, 2022 21:22
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jun 20, 2022
jezdez added a commit to conda/actions that referenced this pull request Jun 20, 2022
@jezdez jezdez requested a review from kenodegard June 21, 2022 15:56
@jezdez
Copy link
Member Author

jezdez commented Jun 23, 2022

This should NOT be squashed when merging!

@jezdez jezdez requested a review from kenodegard June 23, 2022 10:58
@kenodegard kenodegard merged commit b9a939c into main Jun 23, 2022
@kenodegard kenodegard deleted the clabot-config branch June 23, 2022 20:59
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jun 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Store the .clabot here in the conda/infra repo