- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
17 lines
403 B
YAML
17 lines
403 B
YAML
name: "Issue Labeler"
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
issue_labeler:
|
|
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
|
runs-on: ubuntu-latest
|
|
name: Issue Labeler
|
|
steps:
|
|
- name: Issue Labeler
|
|
id: issue-labeler
|
|
uses: azerothcore/GitHub-Actions@issue-labeler-1.0.1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|