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

Commit 4b9a2c4

Browse files
committed
docs: add new issues and PRs to the GitHub project
This adds all new issues and PRs to our GitHub project: https://github.com/srggrs/assign-one-project-github-action/projects/2
1 parent d4904d3 commit 4b9a2c4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Auto Assign to the Asset Tracker Cloud Example project
2+
3+
on:
4+
issues:
5+
types: opened
6+
pull_request:
7+
types: opened
8+
env:
9+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
11+
jobs:
12+
assign_to_project:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Assign new issues and new pull requests to the project
16+
uses: srggrs/[email protected]
17+
with:
18+
project: "https://github.com/orgs/NordicSemiconductor/projects/2"
19+
column_name: "PRs & Issues"

0 commit comments

Comments
 (0)