Skip to content

i18n(es): Correction of missing imports for the function 'translatePath' #2269

i18n(es): Correction of missing imports for the function 'translatePath'

i18n(es): Correction of missing imports for the function 'translatePath' #2269

Workflow file for this run

name: Lunaria
on:
# Trigger the workflow every time a pull request is opened or synchronized at the target `main` branch
pull_request_target:
types: [opened, synchronize]
branches: [main]
# Automatically cancel in-progress actions on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
cancel-in-progress: true
# Allow this job to clone the repository and comment on the pull request
permissions:
contents: read
pull-requests: write
jobs:
lunaria-overview:
name: Generate Lunaria Overview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Necessary for Lunaria to work properly
# Makes the action clone the entire git history
fetch-depth: 0
- name: Install Tools & Dependencies
uses: ./.github/actions/install
- name: Generate Lunaria Overview
uses: yanthomasdev/[email protected]
with:
token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}