Core/PacketIO: Ported SMSG_GOSSIP_POI, CMSG_GROUP_INVITE and SMSG_GRO… #198
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- 3.3.5 | |
jobs: | |
issue_closer: | |
if: github.repository == 'TrinityCore/TrinityCore' | |
runs-on: ubuntu-latest | |
name: Issue Closer | |
steps: | |
- name: Issue Closer | |
id: issue-closer | |
uses: TrinityCore/GitHub-Actions@issue-closer-prod | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |