Skip to content

[MIRROR] merged skill bonus into jobs, reduced it to 6 on the way #1841

[MIRROR] merged skill bonus into jobs, reduced it to 6 on the way

[MIRROR] merged skill bonus into jobs, reduced it to 6 on the way #1841

Workflow file for this run

name: "Pull Request Labeler"
permissions:
contents: read
on:
pull_request_target:
branches:
- dev-sierra
jobs:
triage:
permissions:
contents: read # may be required due to overwrite/add ambiguity
pull-requests: write # required to apply labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true