Skip to content

Commit 87ccea9

Browse files
committed
senzing-factory/build-resources#108 move dependabot prs to done on close
1 parent c3e219c commit 87ccea9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: move pr to done dependabot
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
types: [closed]
7+
8+
jobs:
9+
move-pr-to-done-dependabot:
10+
secrets:
11+
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
12+
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@main
13+
with:
14+
project: ${{ vars.SENZING_PROJECT_GARAGE }}

0 commit comments

Comments
 (0)