feat: make syncV2 available for apiVersion 7 - WPB-21456 #1570
This file contains hidden or 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: Auto assign author to PR | |
| on: | |
| pull_request_target: | |
| types: [ opened ] | |
| jobs: | |
| assign-author: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: samspills/[email protected] | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' |