Skip to content

Bump net.datafaker:datafaker from 2.3.1 to 2.4.0 #9

Bump net.datafaker:datafaker from 2.3.1 to 2.4.0

Bump net.datafaker:datafaker from 2.3.1 to 2.4.0 #9

Workflow file for this run

---
name: Release Drafter
on:
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_pr_labels:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}