Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 0479a64

Browse files
committed
docs: assign issues to To Do column
1 parent 255bec0 commit 0479a64

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/add-to-project.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ jobs:
1212
assign_to_project:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Assign new issues and new pull requests to the project
15+
- name: Assign new issues to the To Do columen of the project
1616
uses: srggrs/[email protected]
17+
if: github.event_name == 'issues'
18+
with:
19+
project: "https://github.com/orgs/NordicSemiconductor/projects/2"
20+
column_name: "To Do"
21+
- name: Assign new pull requests to the Doing column of the project
22+
uses: srggrs/[email protected]
23+
if: github.event_name == 'pull_request'
1724
with:
1825
project: "https://github.com/orgs/NordicSemiconductor/projects/2"
1926
column_name: "Doing"

0 commit comments

Comments
 (0)