Skip to content

Commit

Permalink
senzing-factory/build-resources#108 move dependabot prs to done on cl…
Browse files Browse the repository at this point in the history
…ose (#148)
  • Loading branch information
kernelsam authored Feb 13, 2024
1 parent 78791d3 commit 76e045a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/move-pr-to-done-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: move pr to done dependabot

on:
pull_request:
branches: [main]
types: [closed]

jobs:
move-pr-to-done-dependabot:
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v1
with:
project: ${{ vars.SENZING_PROJECT_GARAGE }}

0 comments on commit 76e045a

Please sign in to comment.