chore(deps): bump the production-dependencies group across 1 directory with 5 updates #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🤖 Issue AI Summary | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| contents: read | |
| models: read | |
| jobs: | |
| summarize-new-issue: | |
| name: 🧠 Generate AI Summary | |
| if: github.event_name == 'issues' || github.event_name == 'pull_request_target' | |
| uses: bauer-group/automation-templates/.github/workflows/modules-ai-issue-summary.yml@main | |
| with: | |
| summary-type: "technical" | |
| add-labels: true | |
| add-priority: true | |
| translate: "" | |
| comment-template: | | |
| ## AI Analysis | |
| {summary} | |
| --- | |
| *This summary was automatically generated by AI to help with triage and may not be 100% accurate.* | |
| secrets: inherit |