summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/issue-labeler.yml')
-rw-r--r--.github/workflows/issue-labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml
index e91fda799b..cc032a770e 100644
--- a/.github/workflows/issue-labeler.yml
+++ b/.github/workflows/issue-labeler.yml
@@ -5,7 +5,7 @@ on:
jobs:
issue_labeler:
- if: github.repository == 'azerothcore/azerothcore-wotlk'
+ if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
runs-on: ubuntu-latest
name: Issue Labeler
steps: