File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 echo "target branch: ${{ github.event.pull_request.base.ref }}"
2727 echo "source branch: ${{ github.event.pull_request.head.ref }}"
2828 echo "PR Number: ${{ github.event.pull_request.number }}"
29+ echo "event type: ${{ github.event.pull_request.type || 'N/A' }}"
30+ echo "Pull request user login: ${{ github.event.pull_request.user.login }}"
31+ echo "Repository: ${{ github.repository }}"
2932
3033 # Branch rules ensure doesnt auto merge if shouldnt
3134 auto-merge :
3639 - name : Checkout the repository
3740 uses : actions/checkout@v4
3841
39- # qqqq could use action
4042 - name : Set up GitHub CLI
4143 run : |
4244 # Install GitHub CLI (gh)
4547
4648 - name : extract update type
4749 id : extract
48- # Specific dependabot token qqqq?
4950 env :
5051 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5152 run : |
You can’t perform that action at this time.
0 commit comments