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

reporters/github: Add regex for report notifications only for allowed… #6601

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2022

  1. reporters/github: Add regex for report notifications only for allowed…

    … repository
    
    reporters/gitlab and reporters/github are conflicting if both are using
    sourcestamps repository settings. this is making gitlab MR try to report
    to github. for filtering such behaviour I have enabled a github
    baseREGEX option on the github reporter that is allowing only
    notifications towards allowed sourcestamps repository.
    
    Signed-off-by: Alice Ferrazzi <[email protected]>
    aliceinwire committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8bc15e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. docs/reporters/github_status: Update documentation with base_re

    Signed-off-by: Alice Ferrazzi <[email protected]>
    aliceinwire committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6ddad8b View commit details
    Browse the repository at this point in the history
  2. reporters/test_github: Add TestGitHubRegEX

    Adding test for testing the option base_re
    
    Signed-off-by: Alice Ferrazzi <[email protected]>
    aliceinwire committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d360839 View commit details
    Browse the repository at this point in the history