Skip to content

Commit 36aae75

Browse files
committed
chore(cicd): More debugging
1 parent 8a00ed1 commit 36aae75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/automerge-dependabot-prs-into-collected-branch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
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:
@@ -36,7 +39,6 @@ jobs:
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)
@@ -45,7 +47,6 @@ jobs:
4547
4648
- name: extract update type
4749
id: extract
48-
# Specific dependabot token qqqq?
4950
env:
5051
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5152
run: |

0 commit comments

Comments
 (0)