Skip to content

feat: Aquifer-backed translation resources API for mobile #149

feat: Aquifer-backed translation resources API for mobile

feat: Aquifer-backed translation resources API for mobile #149

Workflow file for this run

# Auto-cleanup merged branches after PR is closed
name: PR closed
on:
pull_request:
types: [closed]
jobs:
cleanup:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Delete merged branch
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branches: ${{ github.event.pull_request.head.ref }}