ci: add PR-issue Synchronization workflow #5
Workflow file for this run
This file contains 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: PR-issue Synchronization | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
pr-issue-sync: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: code-pushup/pr-issue-sync-action@main | |
name: PR-issue Synchronization | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
project-id: PVT_kwDOCK6Lgc4AYIk0 | |
status-field-id: PVTSSF_lADOCK6Lgc4AYIk0zgPbbXc | |
in-review-status-value-id: 2e295971 |