Skip to content

fix: fix zendesk makeRequest on catch #34

fix: fix zendesk makeRequest on catch

fix: fix zendesk makeRequest on catch #34

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/[email protected]
with:
configuration-path: .github/auto-assign.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}