We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e43623 commit c365c94Copy full SHA for c365c94
1 file changed
.github/workflows/dependabot-pr-trimmer.yaml
@@ -43,6 +43,7 @@ jobs:
43
github.event.pull_request.user.login == 'dependabot[bot]' ||
44
github.event_name == 'workflow_dispatch'
45
env:
46
+ GH_TOKEN: ${{github.token}}
47
pr-number: ${{inputs.pr-number || github.event.pull_request.number}}
48
run: |
49
gh pr view ${{env.pr-number}} --json body --jq .body |\
0 commit comments