Skip to content

Toggleable "Prop Sprinting" Mechanic #75

Toggleable "Prop Sprinting" Mechanic

Toggleable "Prop Sprinting" Mechanic #75

Workflow file for this run

#
# MAPBASE REPO AUTOMATION
#
# Automatically labels pull requests according to changed file paths.
#
# https://github.com/actions/labeler
name: Pull Request Automation
on: [pull_request]
jobs:
label:
if: github.repository_owner == 'mapbase-source'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"