Skip to content

http4k-release

http4k-release #194

on:
repository_dispatch:
types: [http4k-release]
jobs:
create-pr-for-http4k-upgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Update release
uses: technote-space/create-pr-action@v2
with:
EXECUTE_COMMANDS: |
./upgrade_http4k.sh ${{ github.event.client_payload.version }}
COMMIT_MESSAGE: 'Auto-upgrade to ${{ github.event.client_payload.version }}'
COMMIT_NAME: 'Auto-upgrade to ${{ github.event.client_payload.version }}'
PR_BRANCH_PREFIX: auto/
PR_BRANCH_NAME: ${{ github.event.client_payload.version }}
PR_TITLE: 'Auto-upgrade to ${{ github.event.client_payload.version }}'
GITHUB_TOKEN: ${{ secrets.ORG_PUBLIC_REPO_RELEASE_TRIGGERING }}
- name: Label PR
uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.TOOLBOX_REPO_TOKEN }}