Skip to content

Middleware on sites with i18n cannot rewrite to static files #163

Middleware on sites with i18n cannot rewrite to static files

Middleware on sites with i18n cannot rewrite to static files #163

name: Add new issue to project
on:
issues:
types:
- opened
jobs:
track_pr:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.TOKENS_APP_ID }}
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
- name: Add issue to Project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/netlify/projects/199
github-token: ${{ steps.generate_token.outputs.token }}