Skip to content

Commit

Permalink
update workflows for http4k upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 13, 2023
1 parent 86adec6 commit 5737190
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/handle_pr_for_http4k_upgrade.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
on:
pull_request:
types: [ opened, reopened ]
branches:
- 'auto/*'
types: [ labeled ]
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.ORG_PUBLIC_REPO_RELEASE_TRIGGERING }}
- name: Automatically Merge
uses: plm9606/[email protected]
with:
Expand Down

0 comments on commit 5737190

Please sign in to comment.