Skip to content

Configure pylint to run only on pull requests - #14

Merged
alexlykasov merged 2 commits into
mainfrom
copilot/update-pylint-execution-conditions
Oct 25, 2025
Merged

Configure pylint to run only on pull requests#14
alexlykasov merged 2 commits into
mainfrom
copilot/update-pylint-execution-conditions

Conversation

Copilot AI commented Oct 25, 2025

Copy link
Copy Markdown
Contributor

Pylint currently runs on every push, causing unnecessary CI overhead. This changes the trigger to pull requests only.

Changes

  • Workflow trigger: Changed code-check.yml from on: [push] to on: [pull_request]
# Before
on: [push]

# After  
on: [pull_request]

Release workflows retain lint checks for tag-based publishing.

Original prompt

This section details on the original issue you should resolve

<issue_title>pylint only on pull requests</issue_title>
<issue_description>now pylint is launched on every activity</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI self-assigned this Oct 25, 2025
Co-authored-by: alexlykasov <68231264+alexlykasov@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix pylint execution to run only on pull requests Configure pylint to run only on pull requests Oct 25, 2025
Copilot AI requested a review from alexlykasov October 25, 2025 14:10
@alexlykasov
alexlykasov marked this pull request as ready for review October 25, 2025 14:11
@alexlykasov
alexlykasov merged commit fa5ebbf into main Oct 25, 2025
2 checks passed
@alexlykasov
alexlykasov deleted the copilot/update-pylint-execution-conditions branch October 25, 2025 14:11
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.

pylint only on pull requests

2 participants