Activity status empty #284
-
I update my readme with a few github actions, some run more often, some run less often. Due to that, I have a lot of commits in my README file. I already added my personal repo to the ignored repos because my entire list would only contain pushes to that repo. Now I think what happens is, that it looks at my past 20 activities (which are all the ignored repo) so it updates my activity to be empty instead of just either ignoring it completely, or fetching the last 20 activities which aren't in that repo. I can change one of my other actions so it doesn't push the commit as me. I don't know for sure if that's the case, but if it is then it would be awesome to make this a new feature / including it in the next update as a fix. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think changing commit email to GitHub bot might fix your issue. Generally 100 latest commits are fetched. If all are from ignored repos, it'll not show any activity. |
Beta Was this translation helpful? Give feedback.
I think changing commit email to GitHub bot might fix your issue. Generally 100 latest commits are fetched. If all are from ignored repos, it'll not show any activity.