Skip to content

Auto-upgrade to 5.33.1.0 #153

Auto-upgrade to 5.33.1.0

Auto-upgrade to 5.33.1.0 #153

on:
pull_request:
types: [opened, reopened]
jobs:
handle-pr-for-http4k-upgrade:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.TOOLBOX_REPO_TOKEN }}
- name: Automatically Merge
uses: plm9606/[email protected]
with:
label-name: automerge
reviewers-number: 0
merge-method: squash
auto-delete: true
github-token: ${{ secrets.TOOLBOX_REPO_TOKEN }}