mempool/.github/workflows/project-review-status.yml
2026-06-05 04:45:22 +00:00

21 lines
No EOL
559 B
YAML

name: Project Board Automation
on:
pull_request:
types: [review_requested]
issues:
types: [opened]
permissions:
contents: read
jobs:
project-automation:
uses: mempool/.github/.github/workflows/project-board-automation.yml@267e0f38846bfb8cf1b118798dfb12def19ccb35 # master
with:
project-number: 8
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}
STATUS_FIELD_ID: ${{ secrets.STATUS_FIELD_ID }}
REVIEW_NEEDED_OPTION_ID: ${{ secrets.REVIEW_NEEDED_OPTION_ID }}