Skip to content

docs: explain plugin scaffolding and generator troubleshooting #179

docs: explain plugin scaffolding and generator troubleshooting

docs: explain plugin scaffolding and generator troubleshooting #179

name: Developer Announcement Recommender
on:
pull_request:
types:
- opened
- ready_for_review
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: 24
- name: Run Announcement Detector
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/scripts/announcement-detector.js