Skip to content

Implement Facts & Events CRUD with provenance tracking (DL-3) #31

Implement Facts & Events CRUD with provenance tracking (DL-3)

Implement Facts & Events CRUD with provenance tracking (DL-3) #31

Workflow file for this run

name: Auto Label and Checklist
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
auto-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
issues: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Auto-label and comment
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bash scripts/auto_label_and_comment.sh ${{ github.event.pull_request.number }}