Skip to content

Commit

Permalink
Fix .clabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss authored May 25, 2023
1 parent c84f503 commit 7fc2204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clabot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"T0astBread",
"fgndev",
"Altonss",
"thgoebel"
"thgoebel",
"pt2121"
],
"label": "cla-signed ✔️",
Expand Down

5 comments on commit 7fc2204

@pt2121
Copy link
Collaborator

@pt2121 pt2121 commented on 7fc2204 May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you directly push to master?
sort of caught me off-guard here - shouldn't we follow the code review process?

@Altonss
Copy link
Collaborator Author

@Altonss Altonss commented on 7fc2204 May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just a typo that was breaking clabot, so fixed it directly. Sorry to have caught you off guard.
If it's not ok to do it like this, don't hesitate to tell me. I'm sorry if it is or felt wrong.

@Altonss
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it would be ok to just fix the .clabot file quickly (as it was done directly on master a3b2e3f). I wouldn't have done it on any other file. If you want we could set up more strict & clear rules.

@pt2121
Copy link
Collaborator

@pt2121 pt2121 commented on 7fc2204 May 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, welp, I guess I'm learning the process here. I only saw some repo owners push to the main trunk but haven't seen contributors do this for awhile. good to know

@ialokim
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's maybe try to avoid pushing to main directly.

Please sign in to comment.