Skip to content

Update TOC Interface version(s) #323

Update TOC Interface version(s)

Update TOC Interface version(s) #323

Workflow file for this run

name: Update TOC Interface version(s)
on:
workflow_dispatch:
schedule:
- cron: 0 12 * * *
permissions:
contents: write
pull-requests: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v4
- name: Update TOC Interface version
uses: Mctalian/wow-toc-updater@v1
with:
flavor: retail
ptr: true
beta: true
- name: Create pull request
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GH_PAT }}
title: "build(toc): bump toc versions, please submit any bugs!"
body: |
## Requirements
- [ ] Download test package in the comments below
- [ ] Test for all applicable game clients
- [ ] Retail
- [ ] Retail PTR
----------------------------------------------------
_This PR was automatically created to update the supported interface versions in DeviceLayoutPreset.toc._
commit-message: "build(toc): bump toc versions, please submit any bugs!"
branch: interface-version
delete-branch: true