Minor Mapbase workflow fixes

This commit is contained in:
ALLEN-PC\acj30
2023-10-31 08:12:47 -05:00
committed by Blixibon
parent ecb58e4246
commit 650ddeeceb
3 changed files with 4 additions and 3 deletions

View File

@@ -6,12 +6,12 @@
# https://github.com/actions/labeler
name: Pull Request Automation
on: [pull_request]
on: [pull_request] # pull_request_target
jobs:
label:
if: github.repository_owner == 'mapbase-source'
if: github.repository_owner == 'mapbase-source' # ${{ vars.MAPBASE_LABELS == 'true' }}
runs-on: ubuntu-latest
permissions:
contents: read