Skip to content

Commit d3969b1

Browse files
committed
fix: restrict to dependabot only
1 parent b19b503 commit d3969b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/submodule.yml

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

33
on:
44
pull_request:
5-
# types:
6-
# - opened
5+
types:
6+
- opened
77

88
jobs:
99
changes:
1010
name: Submodule Changes
11-
if: github.actor == 'c-dilks' # FIXME
11+
if: github.actor == 'dependabot[bot]'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)