Uncomment Label Check (#454)

* Uncomment Label Check

* Remove other comment
This commit is contained in:
Ben C 2022-10-13 19:08:26 -04:00 committed by GitHub
parent ef903e4ac8
commit dfacfb6321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,7 @@ on:
concurrency: "main"
jobs:
pr_from_issue:
# Skipping label check for now, since issues created from the addon uploader can't set labels.
# if: ${{ contains(github.event.issue.labels.*.name, 'add-mod') }}
if: ${{ contains(github.event.issue.labels.*.name, 'add-mod') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2