Skip to content

Commit

Permalink
senzing-factory/build-resources#69 add missing workflow (#20)
Browse files Browse the repository at this point in the history
* senzing-factory/build-resources#69 add linting

* fix linting errors

* fix linting errors

* lint changes

* add missing workflow
  • Loading branch information
kernelsam committed Feb 23, 2024
1 parent 42da7e3 commit 958e2f5
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_FACTORY }}

0 comments on commit 958e2f5

Please sign in to comment.