Skip to content

Commit

Permalink
ci: updates toc-updater workflow to pass commitlint (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mctalian authored Jan 4, 2025
1 parent 4ebc03f commit be10454
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/toc-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_PAT }}
title: Update Interface version
commit-message: Update Interface version
title: "build(RPGLootFeed.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

0 comments on commit be10454

Please sign in to comment.