Skip to content

Commit

Permalink
ci: add PR-issue Synchronization workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Dec 14, 2023
1 parent 0b28d4f commit 43eb147
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-issue-synchronization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 43eb147

Please sign in to comment.