mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Merge branch 'master' into merge-master
This commit is contained in:
4
.github/ISSUE_TEMPLATE/ee_cc.yml
vendored
4
.github/ISSUE_TEMPLATE/ee_cc.yml
vendored
@@ -9,9 +9,13 @@ body:
|
||||
description: |
|
||||
Paste the issue from ChromieCraft here.
|
||||
value: |
|
||||
|
||||
Issue linked from CC:
|
||||
|
||||
Triage Notes:
|
||||
|
||||
Original Post Below:
|
||||
|
||||
---
|
||||
validations:
|
||||
required: true
|
||||
|
||||
5
.github/workflows/pr_labeler.yml
vendored
5
.github/workflows/pr_labeler.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: PR Labeler
|
||||
on:
|
||||
- pull_request_target
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, ready_for_review] # Ready for Review = Draft to Live PR
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
@@ -15,4 +16,4 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/labeler.yml
|
||||
sync-labels: true
|
||||
sync-labels: false # true = Removes ALL current labels before adding the labels | false = Only adds the Labels
|
||||
|
||||
Reference in New Issue
Block a user