We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df9d250 + bbe3587 commit 8acd311Copy full SHA for 8acd311
1 file changed
.github/workflows/dependabot-pr-trimmer.yaml
@@ -20,8 +20,10 @@ name: Dependabot PR trimmer
20
run-name: Filter message body of PR ${{github.event.pull_request.number}}
21
22
on:
23
- pull_request:
24
- types: [opened]
+ merge_group:
+ types:
25
+ - checks_requested
26
+
27
workflow_dispatch:
28
inputs:
29
pr-number:
@@ -37,7 +39,10 @@ jobs:
37
39
name: Filter PR message body
38
40
runs-on: ubuntu-24.04
41
timeout-minutes: 5
- permissions: write-all
42
+ permissions:
43
+ contents: read
44
+ pull-requests: write
45
+ issues: write
46
steps:
47
- if: >-
48
github.event.pull_request.user.login == 'dependabot[bot]' ||
0 commit comments