ENH: Change DSSP get_hbond_map to use capped_distance and PBC-aware distance calculations
#5166
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Triage PRs based on modified paths | |
| # Rely on .github/pr_path_labeler.yml | |
| # https://github.com/marketplace/actions/labeler | |
| name: "Pull Request Labeler" | |
| on: | |
| - pull_request_target | |
| jobs: | |
| triage-on-file-paths: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: actions/labeler@v5 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| configuration-path: ".github/pr_path_labeler.yml" | |
| sync-labels: false # remove labels if file not modified anymore |