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

devops: automate bug report tests #9386

Merged
merged 4 commits into from
Jul 22, 2023

Commits on Jul 21, 2023

  1. devops: automate bug report tests

    Devs run `npm run badge` often when getting a bug report for shields.io service.
    This PR automates this tests so the maintainer can get test results automaticly when getting into a new ticket.
    Add test-bug-run-badge.yml workflow for github actions automation.
    
    Will only run if bug has the 'qeustion' label added by bug reporting template. And will only setup enviorment and perform the test if the link provided in the issue is valid and the issue is related to shields.io.
    Link to job results is sent as a new comment on the issue.
    
    Resolves badges#9351
    jNullj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d15be21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d732bac View commit details
    Browse the repository at this point in the history
  3. change stage name

    jNullj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    40ca59b View commit details
    Browse the repository at this point in the history
  4. remove unused id

    jNullj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a84df7f View commit details
    Browse the repository at this point in the history