Skip to content

Commit 1b84ffe

Browse files
authored
CI: add dependency label to PRs (#40)
2 parents 1a9b91a + d8c8ff9 commit 1b84ffe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dependency-triage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
1111
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
1212
steps:
13+
- name: add-label
14+
uses: andymckay/labeler@master
15+
with:
16+
add-labels: "dependencies"
17+
1318
- uses: actions/add-to-project@main
1419
with:
1520
project-url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}

0 commit comments

Comments
 (0)