pycord-v3 icon indicating copy to clipboard operation
pycord-v3 copied to clipboard

chore: :wrench: remove specific paths from pull request checks

Open Paillat-dev opened this issue 5 months ago • 3 comments

Summary

Information

  • [ ] This PR fixes an issue.
  • [ ] This PR adds something new (e.g. new method or parameters).
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • [ ] This PR is not a code change (e.g. documentation, README, typehinting, examples, ...).

Checklist

  • [ ] I have searched the open pull requests for duplicates.
  • [ ] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [ ] If type: ignore comments were used, a comment is also left explaining why.
  • [ ] I have updated the changelog to include these changes.

Paillat-dev avatar Nov 13 '25 11:11 Paillat-dev

Thanks for opening this pull request! Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/189/head:pr-189
git checkout pr-189

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord-next@refs/pull/189/head

pycord-app[bot] avatar Nov 13 '25 11:11 pycord-app[bot]

The current paths are practically selecting everything already, and for the couple changes that don't I figured it could be neat to have them to avoid missing something where stuff is unexpectedly intertwinded

Paillat-dev avatar Nov 14 '25 13:11 Paillat-dev

Exclude could be best to exclude stuff like readme etc...

Paillat-dev avatar Nov 14 '25 13:11 Paillat-dev