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

Commit 00add66

Browse files
committed
ci: only assign PRs to dashboard
1 parent 6f43053 commit 00add66

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Auto Assign to the nRF Asset Tracker project
1+
name: Add PRs to nRF Asset Tracker PR dashboard
22

33
on:
4-
issues:
5-
types: opened
64
pull_request:
75
types: opened
86
env:
@@ -12,12 +10,6 @@ jobs:
1210
assign_to_project:
1311
runs-on: ubuntu-latest
1412
steps:
15-
- name: Assign new issues to the To Do columen of the project
16-
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"
2113
- name: Assign new pull requests to the Doing column of the project
2214
uses: srggrs/[email protected]
2315
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)