Update TOC Interface version(s) #121
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
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/toc-interface-updater@v1 | |
with: | |
flavor: retail | |
ptr: true | |
- name: Create pull request | |
uses: peter-evans/create-pull-request@v6 | |
with: | |
token: ${{ secrets.GH_PAT }} | |
title: "build(toc): updates supported interface versions" | |
body: | | |
## Requirements | |
- [ ] Download test package in the comments below | |
- [ ] Test for all applicable game clients | |
- [ ] Retail | |
- [ ] Retail PTR | |
- [ ] Classic | |
- [ ] Classic PTR | |
- [ ] Classic Era | |
- [ ] Classic Era PTR | |
---------------------------------------------------- | |
_This PR was automatically created to update the supported interface versions in RPGLootFeed.toc._ | |
commit-message: "build(RPGLootFeed.toc): updates supported interface versions" | |
branch: interface-version | |
delete-branch: true |