Skip to content

ci(workflow): add push trigger to fire create-perf-issues on branch push #2

ci(workflow): add push trigger to fire create-perf-issues on branch push

ci(workflow): add push trigger to fire create-perf-issues on branch push #2

name: Create Performance Optimization Issues
# Trigger manually from the GitHub Actions tab (Actions → Create Performance
# Optimization Issues → Run workflow).
# Each run is idempotent: it skips any issue whose title already exists.
on:
workflow_dispatch:
push:
branches:
- copilot/analyze-project-performance-optimization
permissions:
issues: write
contents: read
jobs:
create-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script-path: .github/scripts/create-perf-issues.js