Skip to content

[extension/bearertokenauth] Fix: Bearertokenauth extension to handle HTTP header canonicalization when using a custom header. #38664

[extension/bearertokenauth] Fix: Bearertokenauth extension to handle HTTP header canonicalization when using a custom header.

[extension/bearertokenauth] Fix: Bearertokenauth extension to handle HTTP header canonicalization when using a custom header. #38664

name: "Auto Assign"
on:
pull_request_target:
types:
- opened
- ready_for_review
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
add-owner:
permissions:
pull-requests: write # required for assigning reviewers to PRs
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false && toJSON(github.event.pull_request.assignees) == '[]' }}
steps:
- name: run
uses: kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
with:
configuration-path: ".github/auto_assign.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"