mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
21 lines
No EOL
559 B
YAML
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 }} |