Skip to content

Commit cd55596

Browse files
committed
Create notice-new-dependencies.yml
1 parent f9732c2 commit cd55596

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Notice new dependencies
2+
on:
3+
- pull_request
4+
5+
jobs:
6+
notice_new_dependencies:
7+
name: Notice new dependencies
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check for new dependencies
11+
uses: hiwelo/new-dependencies-action@master
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)