We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a9b91a + d8c8ff9 commit 1b84ffeCopy full SHA for 1b84ffe
.github/workflows/dependency-triage.yml
@@ -10,6 +10,11 @@ jobs:
10
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
11
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
12
steps:
13
+ - name: add-label
14
+ uses: andymckay/labeler@master
15
+ with:
16
+ add-labels: "dependencies"
17
+
18
- uses: actions/add-to-project@main
19
with:
20
project-url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}
0 commit comments