Skip to content

feat: add default headers to be used on endpoints construct requests #24

feat: add default headers to be used on endpoints construct requests

feat: add default headers to be used on endpoints construct requests #24

Workflow file for this run

name: Auto Assign PR to Author
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.4
with:
configuration-path: .github/auto-assign.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}