Skip to content

Add pagination and option to configure limit for CloudAPL #94

Add pagination and option to configure limit for CloudAPL

Add pagination and option to configure limit for CloudAPL #94

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
assign_creator:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}