From 74d41fa1f6375891e828829a72d140d1fd8a3c97 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Mon, 9 Dec 2024 15:15:42 -0800 Subject: [PATCH 1/2] ci: add dependency label to PRs --- .github/workflows/dependency-triage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dependency-triage.yml b/.github/workflows/dependency-triage.yml index 72e3c56..9ecf452 100644 --- a/.github/workflows/dependency-triage.yml +++ b/.github/workflows/dependency-triage.yml @@ -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 }} From d8c8ff916bda033762a75b395854470f715b3f86 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:15:56 +0000 Subject: [PATCH 2/2] chore(pre-commit): autofix run --- .github/workflows/dependency-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-triage.yml b/.github/workflows/dependency-triage.yml index 9ecf452..0af7dc9 100644 --- a/.github/workflows/dependency-triage.yml +++ b/.github/workflows/dependency-triage.yml @@ -14,7 +14,7 @@ jobs: 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 }}