Skip to content

Commit

Permalink
CI: add dependency label to PRs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 10, 2024
2 parents 1a9b91a + d8c8ff9 commit 1b84ffe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependency-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "dependencies"

- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}
Expand Down

0 comments on commit 1b84ffe

Please sign in to comment.