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 (#639)
  • Loading branch information
kernelsam authored Feb 13, 2024
1 parent 377fa3b commit 3048a77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 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 }}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
azure-servicebus==7.11.4
boto3==1.34.39
boto3
confluent-kafka==2.3.0
fastavro==1.9.3
fastparquet==2023.10.1
fastparquet==2024.2.0
pandas==2.2.0
pika==1.3.2
pyarrow==15.0.0
Expand Down

0 comments on commit 3048a77

Please sign in to comment.