Create notice-new-dependencies.yml

This commit is contained in:
Marc Rousavy 2021-03-09 11:14:45 +01:00
parent f9732c26e8
commit cd55596ebd

View File

@ -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 }}