Skip to content

Commit ed2ba34

Browse files
authored
Use a GitHub Workflow to automate Code Reviews Project (#829)
1 parent 0e4c641 commit ed2ba34

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3+
4+
name: Move new PRs to the New column in the Code Reviews Project
5+
6+
on:
7+
pull_request:
8+
types: [opened, reopened]
9+
10+
jobs:
11+
automate-project-columns:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: alex-page/[email protected]
15+
with:
16+
project: "Code Reviews"
17+
column: New
18+
repo-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)