🐛 Bug Report — Runtime APIs html_handling = 'none' in a Workers with Assets doesn't find the index.html file inside a folder #4349
This file contains 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 issues to DevProd project | |
on: | |
issues: | |
types: [opened, transferred] | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/cloudflare/projects/1 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} | |
labeled: bug, enhancement | |
label-operator: OR | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/cloudflare/projects/2 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} | |
labeled: pages | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/cloudflare/projects/6 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} | |
labeled: d1 | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/cloudflare/projects/12 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} | |
labeled: c3 | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/cloudflare/projects/8 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} | |
labeled: queues |