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

Sometimes releases are assigned to the wrong project #207

Open
mcm1957 opened this issue Feb 23, 2023 · 0 comments
Open

Sometimes releases are assigned to the wrong project #207

mcm1957 opened this issue Feb 23, 2023 · 0 comments

Comments

@mcm1957
Copy link

mcm1957 commented Feb 23, 2023

Describe the bug
Sometimes releases are not recorded at the correct project, i.e. javascript 6.1.3 is listed with project snmp.

To Reproduce
I do not know how to reproduce

Expected behavior
correct assignment

Screenshots & Logfiles
image

Versions:
n/a

Additional context
When using test-and-release.yml in conjunction with deploy step the sentry integration takes the project information from the values entred at test-and-relese.yml:

    steps:
      - uses: ioBroker/testing-action-deploy@v1
        with:
          node-version: '16.x'
          npm-token: ${{ secrets.NPM_TOKEN }}
          github-token: ${{ secrets.GITHUB_TOKEN }}
          
        # When using Sentry for error reporting, Sentry can be informed about new releases
        # To enable create a API-Token in Sentry (User settings, API keys)
        # Enter this token as a GitHub secret (with name SENTRY_AUTH_TOKEN) in the repository options
        # Then uncomment and customize the following block:
          sentry: true
          sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
          sentry-project: "iobroker-logparser"
          sentry-version-prefix: "iobroker.logparser"
          # If your sentry project is linked to a GitHub repository, you can enable the following option
          sentry-github-integration: true

If an incorrect project is listed ther, the release is registered with this incorrect project. (ie. snmp release 2.4.0 is registered with ns-client due to such an error). But I could not detect such a situation at discovergy or javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant