Skip to content

Commit bb57b2a

Browse files
committed
fix(ci): dependabot submodule details
1 parent ff6c092 commit bb57b2a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/submodule.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ name: Submodule Changes
22

33
on:
44
pull_request:
5-
types:
6-
- opened
5+
# types:
6+
# - opened
7+
8+
permissions:
9+
pull-requests: write
10+
contents: read
711

812
jobs:
913
changes:
1014
name: Submodule Changes
11-
if: github.actor == 'dependabot[bot]'
15+
# if: github.actor == 'dependabot[bot]'
1216
runs-on: ubuntu-latest
1317
steps:
1418
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)