Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 8658b9f9 authored by Christoph Wurst's avatar Christoph Wurst Committed by Christoph Wurst
Browse files

Add Dependabot approve action workflow

parent 2e736584
Branches
Tags
No related merge requests found
workflow "Approve Dependabot PRs" {
resolves = ["hmarr/auto-approve-action@v1.0.0"]
on = "push"
}
action "Filters for GitHub Actions" {
uses = "actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da"
args = "actor dependabot-preview"
}
action "hmarr/auto-approve-action@v1.0.0" {
uses = "hmarr/auto-approve-action@v1.0.0"
needs = ["Filters for GitHub Actions"]
secrets = ["GITHUB_TOKEN"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment