From cd55596ebd3fb5f24afb8f3fc6cee21663739dab Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 9 Mar 2021 11:14:45 +0100 Subject: [PATCH] Create notice-new-dependencies.yml --- .github/workflows/notice-new-dependencies.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/notice-new-dependencies.yml diff --git a/.github/workflows/notice-new-dependencies.yml b/.github/workflows/notice-new-dependencies.yml new file mode 100644 index 0000000..dee081a --- /dev/null +++ b/.github/workflows/notice-new-dependencies.yml @@ -0,0 +1,13 @@ +name: Notice new dependencies +on: + - pull_request + +jobs: + notice_new_dependencies: + name: Notice new dependencies + runs-on: ubuntu-latest + steps: + - name: Check for new dependencies + uses: hiwelo/new-dependencies-action@master + with: + token: ${{ secrets.GITHUB_TOKEN }}