Skip to content

Bump game-ci/unity-test-runner from 2 to 3 #19

Bump game-ci/unity-test-runner from 2 to 3

Bump game-ci/unity-test-runner from 2 to 3 #19

Workflow file for this run

# Copyright (c) 2020-2023 Koji Hasegawa.
# This software is released under the MIT License.
name: PR Labeler
on:
pull_request:
types: [ opened ]
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}