Skip to content

[Bug]: Building project with apalis-postgres dependency needs active database #1

[Bug]: Building project with apalis-postgres dependency needs active database

[Bug]: Building project with apalis-postgres dependency needs active database #1

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v2
with:
assignees: geofmureithi
numOfAssignee: 1
allowSelfAssign: yes