mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Uncomment Label Check (#454)
* Uncomment Label Check * Remove other comment
This commit is contained in:
parent
ef903e4ac8
commit
dfacfb6321
3
.github/workflows/pr-from-issue.yml
vendored
3
.github/workflows/pr-from-issue.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user