Made it so that the ordering also checks for last name and pk when or… #6465
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
| name: "Pull Request Labeler" | |
| on: | |
| - pull_request | |
| jobs: | |
| pr-type-labeler: | |
| name: Label based on branch name | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: TimonVS/pr-labeler-action@v5 | |
| with: | |
| configuration-path: .github/type-labeler.yaml | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |