Skip to content

Commit 325f75f

Browse files
Update auto-move-project.yml
1 parent 33fd8fa commit 325f75f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/auto-move-project.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ jobs:
77
move-to-project-column:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Move Issue in Project
10+
- name: Move Issue to Project
1111
uses: actions/[email protected]
1212
with:
13-
project-url: "https://github.com/orgs/pytorch-fdn/projects/8"
13+
project-url: "https://github.com/orgs/pytorch-fdn/projects/8" # Use the correct GitHub Project URL
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
15-
label-to-column-mapping: |
16-
nomination: "New Submissions"
17-
pending-review: "Pending Review"
18-
approved: "Approved"
19-
needs-more-info: "Needs More Info"
20-
rejected: "Rejected"
15+
labeled: "nomination, pending-review, approved, needs-more-info, rejected"

0 commit comments

Comments
 (0)