Skip to content

Update run tests Unity versions #42

Update run tests Unity versions

Update run tests Unity versions #42

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 ]
permissions: {}
defaults:
run:
shell: bash
jobs:
pr-labeler:
if: github.event.pull_request.head.repo.fork == false # Skip on public fork
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}