Recently I’ve noticed there have been GitHub accounts that post some scam, mention a bunch of random accounts so it ends up in people’s emails, and then delete the post before anyone can report them.

Now this isn’t a big deal to me but when I got mentioned in one they deleted it before I could see the notification and for some reason GitHub now eternally shows me the blue dot as if I have an unread notification but when I click on to it there’s nothing there. Curiously at the side there’s also a little ‘1’ as if I have a notification even though it of course can’t show it.

Has anyone else experienced this and has anyone found a way to solve it?

    • haui
      link
      fedilink
      64 months ago

      I recently started using forgejo and its glorious. I havent tested federation yet but they’re working on it. Github isnt better imo. I‘d suggest folks mirror their github on forgejo by default.

      • Chris Jackson
        link
        33 months ago

        I recently switch Gitea to Forgejo, I had concern about the direction Gitea was going, the mirror features is definitely one the of killer features and the fact I can back it up to a zip file is the icing on the cake 😄

        It just nice to have full data sovereignty.

        • haui
          link
          fedilink
          23 months ago

          Can relate! I‘m a lot more excited for this than I should be!

      • @hosaka
        link
        33 months ago

        Did exactly this recently and it’s been quite good. Forgejo-runner was a bit tricky to setup but overall a great experience.

        • haui
          link
          fedilink
          3
          edit-2
          3 months ago

          I‘m not using ci/cd which I suppose runner is? Feel free to elaborate. I‘m eager to learn.

          • @hosaka
            link
            23 months ago

            Yeah it’s a ci/cd runner, using a tool called “act”. I self-host forgejo and the runner is a docker-in-docker container, but one could set it up with the public forgejo as well. It’s pretty neat!

            • haui
              link
              fedilink
              23 months ago

              Very cool! I will absolutely check that out! Thanks for explaining!