Skip to content
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

Handle new contribution #1425

Merged
merged 15 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
test
RotemAmit committed Nov 27, 2023
commit 1ad2a76247986b70ebc24baf5df122130f79a729
2 changes: 1 addition & 1 deletion .github/workflows/handle_new_contribution.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
if [ $contrib_tl ]; then
echo "Add an assignee and a Contribution label"
gh pr edit --add-assignee MosheEichler --add-label Contribution "$PR_URL"
gh pr edit --add-assignee moshe-eichler --add-label Contribution "$PR_URL"
else
echo "There was a problem with retrieving the GitHub user name of the contribution TL."
fi