Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/dependabot-auto-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dependabot Auto Close Low Severity Alerts

on:
pull_request:
branches: ["main"]

# The sg-version is used to determine if the workflow file has changed and needs to be updated in the target repository.
env:
sg-version: 1

permissions:
pull-requests: write
contents: write

jobs:
call-workflow:
uses: solargik/devops-gh-actions/.github/workflows/auto_close_low_severity_dependabot_alerts.yml@main
secrets: inherit
Loading