Skip to content

Auto-upgrade to 6.21.0.0 #230

Auto-upgrade to 6.21.0.0

Auto-upgrade to 6.21.0.0 #230

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