Skip to content

Commit b0fca9a

Browse files
authored
Automatically assign per1234 to Dependabot PRs (#20)
As the primary maintainer of the project infrastructure, it is the responsibility of per1234 to review and merge the pull requests automatically submitted by Dependabot for bumps of outdated GitHub Actions action versions used in the workflows. Configuring Dependabot to automatically set the assignment will slightly streamline that process.
1 parent 2bd0322 commit b0fca9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
10+
assignees:
11+
- per1234
1012
schedule:
1113
interval: daily
1214
labels:
@@ -15,6 +17,8 @@ updates:
1517
- package-ecosystem: github-actions
1618
target-branch: compile-sketches-demo
1719
directory: /
20+
assignees:
21+
- per1234
1822
schedule:
1923
interval: daily
2024
labels:

0 commit comments

Comments
 (0)