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

adjust permission and allow to tun on PRs #16

Merged
merged 1 commit into from
May 22, 2024

Conversation

Fovty
Copy link
Member

@Fovty Fovty commented May 22, 2024

Motivation

This change aims to fix the issue where dependabot is unable to run the GitHub Actions workflows due to insufficient permissions. By explicitly granting the necessary permissions in the workflow file, we ensure that dependabot can perform its operations without encountering permission-related errors.

Changes

  • Updated the Python Tests workflow file to include a permissions block.
  • Granted read permissions for contents and write permissions for issues, checks, and pull-requests.
  • Allow workflows to run on all pull requests

TODO

  • I've assigned myself to this PR

@Fovty Fovty self-assigned this May 22, 2024
Copy link

File Coverage
All files 99%
__init__.py 100%
test_api.py 100%
test_config.py 98%
test_console.py 100%
test_http.py 100%
test_httpclient.py 100%
test_objects.py 100%
test_query.py 100%
test_session.py 100%
test_utils.py 100%
test_watch.py 100%

Minimum allowed coverage is 70%

Generated by 🐒 cobertura-action against 1b379bc

@Fovty Fovty merged commit e9b4552 into main May 22, 2024
3 checks passed
@Fovty Fovty deleted the fix/permission-adjustments-pytest branch May 22, 2024 07:56
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

Successfully merging this pull request may close these issues.

2 participants