diff --git a/.github/workflows/handle_pr_for_http4k_upgrade.yaml b/.github/workflows/handle_pr_for_http4k_upgrade.yaml index 860f99b29..991ba2a6c 100644 --- a/.github/workflows/handle_pr_for_http4k_upgrade.yaml +++ b/.github/workflows/handle_pr_for_http4k_upgrade.yaml @@ -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/automerge_actions@1.2.2 with: