Skip to content

Made it so that the ordering also checks for last name and pk when or… #6465

Made it so that the ordering also checks for last name and pk when or…

Made it so that the ordering also checks for last name and pk when or… #6465

Workflow file for this run

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 }}