Use unique field number for custom options #22
Workflow file for this run
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: Cherry pick PR commits for label | |
| on: | |
| pull_request_target: | |
| types: [closed] | |
| jobs: | |
| cherry_pick_pr_for_label: | |
| name: Cherry pick PR commits for label | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Cherry Pick PR for label | |
| uses: kurrent-io/Automations/cherry-pick-pr-for-label@master | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |