Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-04-24 06:31:43 +0300
committerGitHub <noreply@github.com>2022-04-24 06:31:43 +0300
commit42dcc8e3f4a711c97a6798d17027d3addff665f5 (patch)
tree196dd8821f5d226ae036cfac27687666404af90b
parent82294bafe04b3f5953549266c372a9d05238b566 (diff)
ci: fix trigger type to review_requested
[skip ci]
-rw-r--r--.github/workflows/dependabot-approve.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index 80f4911d..2db26d01 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -3,7 +3,7 @@ name: Dependabot Approve
on:
pull_request_target:
types:
- - opened
+ - review_requested
jobs:
approve: