Skip to content

feat: add github action integration #15

feat: add github action integration

feat: add github action integration #15

name: PR-Issue assignment
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign PR-Issue'
uses: pozil/[email protected]
with:
repo-token: ${{ secrets.DEDALO_PAT }}
teams: django-plugins-tahoau
numOfAssignee: 2