Skip to content

Update template to use new SDK and Macaw. Add example webhook #20

Update template to use new SDK and Macaw. Add example webhook

Update template to use new SDK and Macaw. Add example webhook #20

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
assign_creator:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}