Skip to content

Merge pull request #576 from MohamediosDev/feature/add_arabic_localiz… #312

Merge pull request #576 from MohamediosDev/feature/add_arabic_localiz…

Merge pull request #576 from MohamediosDev/feature/add_arabic_localiz… #312

name: Release Drafter
on:
# Allow running it manually in case we forget to label a PR before merging
workflow_dispatch:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}