Skip to content

Commit

Permalink
#43 move dependabot prs to done on merge (#44)
Browse files Browse the repository at this point in the history
* #43 move dependabot prs to done on merge

* #43 cleanup trailing space
  • Loading branch information
kernelsam authored Jul 14, 2023
1 parent b48769a commit 21cec31
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dependabot-approve-and-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: 'dependabot approve and merge'

on:
on:
workflow_call:
secrets:
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN:
Expand Down Expand Up @@ -35,3 +35,10 @@ jobs:
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Move PR to done
if: ${{ github.event.pull_request.merged == true }}
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: Community
column: Done
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21cec31

Please sign in to comment.