codenotify
codenotify copied to clipboard
I'm looking for a way to add additional code notify rules during the CI run. We have a few rules that we want to apply to all our repos. And...
I'm trying to use the action on a large monorepo and unfortunately it's spending 5 minutes processing the `git fetch` command [here](https://github.com/sourcegraph/codenotify/blob/main/main.go#LL168C108-L168C108). From local testing on command line it seems...
These changes enable to import codenotify as a go module and to use the now exported Subscribers function to compute subscribers from Go code rather than having to call the...
Sourcegraph CI/CD failures on PR generate emails that distract from actual problems.  I can add the rule to skip the job if the action is not from the same...
While the readme mentions the posibility to run from command line, there is zero information in the readme regarding how to install the cli on any platform.
This was one of the major issue we had with CODEOWNERS where when the PR has merge conflict with the target branch, it tags unrelated people for the unrelated files...
For example, I want to be notified for all files under a directory, but the ownership of a specific file is transferred to another team and I do not want...
When a branch contains a merge commit, e.g. because `main` was merged into the branch to update it, Codenotify seems to not only analyze the diff of commits on the...
As `hub.docker.io` has rate limits ensuring that the action uses ghcr makes is far less likely to fail. I spotted multiple failures recently [like here](https://github.com/ansible/tox-ansible/actions/runs/17992890705/job/51186617318): ``` ERROR: unexpected status from...