Skip to content

Add clarification to thread RFC about handling an empty thread decorator #265

Add clarification to thread RFC about handling an empty thread decorator

Add clarification to thread RFC about handling an empty thread decorator #265

Workflow file for this run

name: Index Generation
on:
workflow_dispatch:
pull_request:
branches: [main]
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Generate Index
run: |
python code/generate_index.py
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
commit-message: Generate Index
author: GitHub Action <[email protected]>
committer: GitHub Action <[email protected]>
signoff: true
branch: index-generator
title: "[AUTO] Update Index"
body: |
Update Index