Does not correctly handle user middleware that redirects to path with canonical locale casing when app enables skipMiddlewareUrlNormalize
and path contains locale slug with non-canonical casing
#172
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |