apalis-postgres 1.0.0-rc.7

Background task processing for rust using apalis and postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Changelog"
permissions:
  contents: read
on:
  pull_request:
    types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
    branches: [ main, develop ]

jobs:
  # Enforces the update of a changelog file on every pull request 
  changelog:
    runs-on: ubuntu-latest
    steps:
    - uses: dangoslen/changelog-enforcer@v3