mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -04:00
ci: switch to a pull request instead of a direct commit for updating controller db (#2201)
The direct commit option doesn't work as there is no way to bypass required status checks -- this makes the merge queue less useful. Switch to a PR instead.
This commit is contained in:
@@ -18,10 +18,13 @@ jobs:
|
||||
run: |
|
||||
wget -O ./game/assets/sdl_controller_db.txt https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt
|
||||
|
||||
- name: commit version bump
|
||||
uses: EndBug/add-and-commit@v9
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
default_author: github_actor
|
||||
author_name: 'OpenGOALBot'
|
||||
author_email: 'OpenGOALBot@users.noreply.github.com'
|
||||
message: "Updating Controller Database"
|
||||
author: 'OpenGOALBot <OpenGOALBot@users.noreply.github.com>'
|
||||
committer: 'OpenGOALBot <OpenGOALBot@users.noreply.github.com>'
|
||||
branch: 'bot/update-controller-db'
|
||||
base: "master"
|
||||
body: "Updating Controller Database"
|
||||
commit-message: "ci: updated controller database"
|
||||
title: "CI: Periodic Controller Database Update"
|
||||
|
||||
Reference in New Issue
Block a user