Skip to content

Subfield indexing

Subfield indexing #12

Workflow file for this run

name: issue-automation
on:
issues:
types: [opened]
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
steps:
- name: initial labeling
uses: andymckay/labeler@master
with:
add-labels: "clone"
- name: cloning
uses: dpanayotov/[email protected]
with:
label: "clone"
targetRepo: anboralabs/intellij-firebase
token: ${{ secrets.CLONE_ISSUE_TOKEN }}