Skip to content

docs(changelog): update changelog (#37) #8

docs(changelog): update changelog (#37)

docs(changelog): update changelog (#37) #8

Workflow file for this run

# yaml-language-server: $schema=https://raw.githubusercontent.com/irgolic/AutoPR/main/trigger_schema.json

Check failure on line 1 in .github/workflows/triggers.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/triggers.yaml

Invalid workflow file

(Line: 6, Col: 1): Unexpected value 'triggers'
on:
workflow_dispatch:
triggers:
- label_substring: summarize
on_issue: false
on_pull_request: true
run: summarize_pr
- branch_name: main
run: generate_readme_summaries
parameters:
FILE_SUMMARY_PROMPT: |
Write an executive summary of this file, intended for someone seeing it for the first time.
Don't explain simple or trivial things like imports, but do explain what the purpose of the file is.
Be short and concise, especially if the file is empty.
Respond in 1-10 bullet points, prefixed with emojis, with five spaces at the end of each line.
FILE_SUMMARY_INSTRUCTIONS: |
Respond in 1-10 bullet points, prefixed of emojis. Try to pick contextually relevant emojis.
Be short and concise.
An example of the structure I'm expecting:
~~~
💧 line item 1
🚚 line item 2
~~~
PUT FIVE SPACES ON THE END OF EACH ONLINE.
FOLDER_SUMMARY_PROMPT: |
Write a high level overview of this folder, intended for someone seeing it for the first time.
Don't explain simple or trivial things like imports, but do explain what the purpose is of the contents of the folder.
Be high-level, and very concise.
FOLDER_SUMMARY_INSTRUCTIONS: |
Be very concise, and respond in the form of a short paragraph (max 3 sentences).
IGNORE_FILES:
- website
- .github
- .autopr
- tests
jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: Notice triggers file
run: |
echo "This file contains AutoPR triggers; a no-op job was added so GitHub Actions validates the file."