Create notice-new-dependencies.yml
This commit is contained in:
parent
f9732c26e8
commit
cd55596ebd
13
.github/workflows/notice-new-dependencies.yml
vendored
Normal file
13
.github/workflows/notice-new-dependencies.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user