8000 Fix search to always fetch index.json from / · jpanther/congo@9c1ad98 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix search to always fetch index.json from / #691

Fix search to always fetch index.json from /

Fix search to always fetch index.json from / #691

Workflow file for this run

name: Labeller
on: [pull_request_target]
jobs:
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Label
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeller.yml
0