Update TOC Interface version(s) #323
This file contains hidden or 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/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 |