You've already forked wakapi-readme-stats
Merge branch 'master' into feat/difference_between_additions_and_deletions
This commit is contained in:
25
.github/workflows/dependency-review.yml
vendored
Normal file
25
.github/workflows/dependency-review.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Dependency review
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 45 15 * * 5
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
dependency-review:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Dependency review 👀
|
||||
uses: actions/dependency-review-action@v3
|
||||
with:
|
||||
comment-summary-in-pr: true
|
||||
Reference in New Issue
Block a user