Skip to content

Commit 60db492

Browse files
authored
feat: add dependabot-fetch-metadata action (#2600)
1 parent a75c903 commit 60db492

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Dependabot Pull Request Metadata
2+
on: pull_request_target
3+
jobs:
4+
build:
5+
permissions:
6+
pull-requests: read
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Fetch Dependabot metadata
10+
id: dependabot-metadata
11+
uses: dependabot/fetch-metadata@v1
12+
with:
13+
alert-lookup: true
14+
compat-lookup: true
15+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)