Skip to content

Commit 65cb2aa

Browse files
authored
Merge pull request #245 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(depend): title getting
2 parents b30b9f0 + 940430d commit 65cb2aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ jobs:
6666
6767
- name: extract update type
6868
id: extract
69+
env:
70+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6971
run: |
72+
echo "get pr number"
7073
pr_number=${{ github.event.check_suite.pull_requests[0].number }}
74+
echo "PR title: $pr_number"
7175
# pr_title="${{ github.event.pull_request.title }}"
7276
pr_title=$(gh pr view "$pr_number" --json title --jq .title)
7377
echo "PR title: $pr_title"

0 commit comments

Comments
 (0)