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 (#79)

* senzing-factory/build-resources#108 move dependabot prs to done on close

* senzing-factory/build-resources#108 move dependabot prs to done on close
  • Loading branch information
kernelsam committed Feb 12, 2024
1 parent d490542 commit 8315cf3
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 8315cf3

Please sign in to comment.