Skip to content

Commit

Permalink
add review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Dec 16, 2023
1 parent f408060 commit ec6cafc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/github_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Move pull request into "Needs Review" column

on:
pull_request:
types: [review_requested]

jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: TOM Toolkit
column: Needs Review
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec6cafc

Please sign in to comment.